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