fix run.sh

This commit is contained in:
hokkqi 2020-07-03 00:10:07 +02:00
parent 42ab59b6be
commit 674c908185

18
run.sh Executable file → Normal file
View 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