#!/bin/bash gunicorn config.wsgi:application -k gevent -b 0.0.0.0:8000 exit $?