website/run.sh
2020-01-13 10:52:50 +00:00

9 lines
76 B
Bash
Executable file

#!/bin/bash
FILE=run
NODE=node
while true;
do
$NODE $FILE.js
done