5 lines
104 B
Bash
Executable file
5 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
echo "Running seeder..."
|
|
python seed.py
|
|
echo "Starting simulator bots..."
|
|
exec python main.py
|