add run.sh file

This commit is contained in:
monty 2020-02-18 17:29:47 +00:00
parent 1ed65ca227
commit 95fffd48ee

9
run.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
FILE=run
NODE=node
while true;
do
$NODE run.js
done