Adds almost useless doc

This commit is contained in:
Yann Weber 2023-05-25 17:04:40 +02:00
commit 43457d08a5
2 changed files with 5 additions and 0 deletions

4
deploy.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
echo apt install htop vim git python3 python3-pip python3-numpy python3-sklearn screen nasm python3-tqdm python3-skimage
echo pip3 install alphashape
echo make

1
send_live.example Normal file
View file

@ -0,0 +1 @@
while [ 1 ]; do for img in ../rpnifs2_*.png; do convert "$img" -alpha off "$(basename $img)"; echo -n '.'; done; echo ""; rsync -c -v ./rpnifs2_*.png root@http.zvirt:/home/www-data/www/rpnifs/live/; sleep 40; done