add run.sh file

This commit is contained in:
monty 2020-02-18 17:29:47 +00:00
parent 1ed65ca227
commit 95fffd48ee
1 changed files with 9 additions and 0 deletions

9
run.sh Executable file
View File

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