restart command + start script

This commit is contained in:
Helixu 2021-11-22 21:01:35 +00:00
parent 0515773f68
commit cd9b99fe1d
2 changed files with 9 additions and 0 deletions

4
start Executable file
View file

@ -0,0 +1,4 @@
while [ true ]
do
python3 bot.py
done