File size: 120 Bytes
f6e10bb
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash

# Start eval.py in the background
python3 main.py &

# Start server.py in the foreground
python3 server.py