Files
swg-site/run.sh
2019-03-26 18:39:23 -04:00

8 lines
61 B
Bash

killall node
cd backend
while [ : ]
do
nodejs main.js
done