fix bot run
This commit is contained in:
parent
c87c34d5b4
commit
1bcc04fe94
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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 &
|
nodejs foobar.js > node-log.txt 2>&1 &
|
||||||
|
|
||||||
for job in $(jobs -p); do
|
for job in $(jobs -p); do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user