#!/bin/bash DIR=$(dirname $0) SCRIPT=$(echo $1 | sed 's/\.py\$//') shift export PYTHONPATH=$DIR/../app/python/ python $PYTHONPATH/$SCRIPT.py $@