File size: 132 Bytes
c7d0a49
 
 
ab3fe77
4c86385
1
2
3
4
5
#!/bin/bash

service nginx start
python main.py --listen 0.0.0.0 --port 7860 --output-directory /data/ &
echo "" | nc localhost 4444