1#!/usr/bin/env bash
2PYTHONPATH="`dirname $0`/../../Source/Python" \
3    python "`dirname $0`/../../Source/Python"/AutoGen/`basename $0`.py $*
4