src / start
remainsalways's picture
Update start
1ac25a5 verified
raw
history blame contribute delete
122 Bytes
#!/bin/bash
# Start devgagan and log output
python3 -m devgagan &
# Start app.py in the foreground
exec python3 server.py