apimaster / start.sh
akborana4's picture
Upload 8 files
f6e10bb verified
Raw
History Blame Contribute Delete
120 Bytes
#!/bin/bash
# Start eval.py in the background
python3 main.py &
# Start server.py in the foreground
python3 server.py