start.sh 96 Bytes EditWeb IDE 1 2 #!/bin/bash gunicorn -w 2 -k gevent -D -p fund_report.pid -b 127.0.0.1:8000 app.api.app:api prod