diff --git a/runMultiBot.sh b/runMultiBot.sh index 6f10903c50..de6d01bd5a 100644 --- a/runMultiBot.sh +++ b/runMultiBot.sh @@ -30,6 +30,11 @@ then ./setup.sh -u fi fi -python MultiBot.py +while true +do + python MultiBot.py + echo `date`" Pokebot "$*" Stopped." + read -p "Press any button or wait 20 seconds to continue. + " -r -s -n1 -t 20 done exit 0