add run.sh file
This commit is contained in:
parent
1ed65ca227
commit
95fffd48ee
1 changed files with 9 additions and 0 deletions
9
run.sh
Executable file
9
run.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
FILE=run
|
||||
NODE=node
|
||||
|
||||
while true;
|
||||
do
|
||||
$NODE run.js
|
||||
done
|
Loading…
Reference in a new issue