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


nohup python3 app.py > output.log 2>&1 &

echo "starting server"