chipmunkbot3/start.sh

7 lines
87 B
Bash
Raw Permalink Normal View History

2024-02-11 21:23:41 -05:00
while true
do
echo Starting Bot
node .
echo Restarting Bot in 6 Seconds...
sleep 6
done