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