Minetrack/scripts/start.sh
2020-04-01 21:17:57 -05:00

5 lines
56 B
Bash

while true;
do
node app.js
sleep 5
done