chipmunkbot-archive/start.sh

7 lines
87 B
Bash
Raw Normal View History

2022-11-12 20:40:19 -05:00
while true
do
echo Starting Bot
node .
echo Restarting Bot in 6 Seconds...
sleep 6
done