diff --git a/launch.sh b/launch.sh deleted file mode 100644 index 243441a..0000000 --- a/launch.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -LOG=bot.log - -touch $LOG -echo '------------------' >> $LOG -date >> $LOG -while true -do - python3 proxy_bot.py >> $LOG; - sleep 5; -done