h2/run.sh

10 lines
95 B
Bash
Raw Permalink Normal View History

2015-12-01 20:13:58 +00:00
#!/bin/bash
source ./env/bin/activate
while true;
do
python main.py
sleep 2
done