lazy cheeze :^)

This commit is contained in:
PuffDip 2018-05-22 15:41:21 +02:00
parent 1bcc04fe94
commit 626379488d

View File

@ -1,6 +1,6 @@
#!/bin/bash
python3.6 run.py > bot-log.txt 2>&1 &
nodejs foobar.js > node-log.txt 2>&1 &
nodejs run.js > node-log.txt 2>&1 &
for job in $(jobs -p); do
echo Waiting for ${job} to terminate.