File size: 90 Bytes
8b7b432
 
 
 
 
1
2
3
4
5
#!/bin/bash
screen -S diary-server -dm bash -c '
source venv/bin/activate
python app.py
'