Update bash launcher
This commit is contained in:
parent
813704d0c3
commit
7eb57edaa8
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
while [ true ];
|
while [ true ];
|
||||||
do node index.js;
|
do node index.js;
|
||||||
|
if [ $? -eq 1 ]; then exit; fi
|
||||||
sleep 6;
|
sleep 6;
|
||||||
done
|
done
|
Loading…
Reference in a new issue