Add start script
This commit is contained in:
parent
5b40b184f2
commit
5e19049fd5
1 changed files with 4 additions and 0 deletions
4
start.sh
Normal file
4
start.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
while [ true ]
|
||||||
|
do
|
||||||
|
node .
|
||||||
|
done
|
Loading…
Reference in a new issue