Updated image
This commit is contained in:
13
source/run.sh
Normal file
13
source/run.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Start the first process
|
||||
python bot.py &
|
||||
|
||||
# Start the second process
|
||||
python daily_challenge.py &
|
||||
|
||||
# Wait for any process to exit
|
||||
wait -n
|
||||
|
||||
# Exit with status of process that exited first
|
||||
exit $?
|
Reference in New Issue
Block a user