#!/bin/bash cd $( dirname "$0" ) . virtualenv/bin/activate exec gunicorn -b 127.0.0.1:8041 -w 3 abot:app