Minetrack/scripts/start.sh
2023-12-30 23:03:54 +00:00

5 lines
45 B
Bash

while true;
do
node main.js
sleep 5
done