fix run.sh
This commit is contained in:
parent
42ab59b6be
commit
674c908185
1 changed files with 9 additions and 9 deletions
18
run.sh
Executable file → Normal file
18
run.sh
Executable file → Normal file
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
!/bin/bash
|
||||||
|
|
||||||
FILE=run
|
FILE=run
|
||||||
NODE=node
|
NODE=node
|
||||||
|
|
||||||
while true;
|
while true;
|
||||||
do
|
do
|
||||||
$NODE run.js
|
$NODE run.js
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue