--- Revision None +++ Revision 363262636565 @@ -0,0 +1,7 @@ +#!/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