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