odin/start.sh
2023-06-06 17:37:44 +02:00

4 lines
35 B
Bash

while true
do
node app.js
done