#!/bin/bash BASE_PATH=$(readlink -f $0 | xargs dirname) APPLICATION_ENV="development" export APPLICATION_ENV; /usr/local/lib/php5.6/bin/php $BASE_PATH/index.php "$@"