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
|
||||
|
||||
FILE=run
|
||||
NODE=node
|
||||
|
||||
while true;
|
||||
do
|
||||
$NODE run.js
|
||||
done
|
||||
!/bin/bash
|
||||
|
||||
FILE=run
|
||||
NODE=node
|
||||
|
||||
while true;
|
||||
do
|
||||
$NODE run.js
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue