#!/bin/sh

GUNICORN_ENV=/Users/benoitc/Work/gunicorn_env

GUNICORN_BIN=$GUNICORN_ENV/bin/gunicorn

cd $GUNICORN_ENV/src/gunicorn/examples/ && $GUNICORN_BIN -w 3 -p /tmp/gunicorn.pid test:app