h2/run.sh

10 lines
95 B
Bash
Executable File

#!/bin/bash
source ./env/bin/activate
while true;
do
python main.py
sleep 2
done