Adds almost useless doc
This commit is contained in:
parent
478b60175a
commit
43457d08a5
2 changed files with 5 additions and 0 deletions
4
deploy.sh
Normal file
4
deploy.sh
Normal 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
1
send_live.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue