fix bot run
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
python3.6 bot.py > bot-log.txt 2>&1 &
|
||||
python3.6 run.py > bot-log.txt 2>&1 &
|
||||
nodejs foobar.js > node-log.txt 2>&1 &
|
||||
|
||||
for job in $(jobs -p); do
|
||||
echo Waiting for ${job} to terminate.
|
||||
wait ${job}
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user