Add autostart/restart script

This commit is contained in:
Christine Dodrill 2015-12-01 12:13:58 -08:00
parent d7876e6b45
commit ba06eecabf
1 changed files with 9 additions and 0 deletions

9
run.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
source ./env/bin/activate
while true;
do
python main.py
sleep 2
done