blob: 2cb8b86a9931690d9ea8f10a7df6c3bbe35e6afa [file] [log] [blame]
lgao45ef6e0d2012-04-10 07:28:51 +00001#!/usr/bin/env bash
2#python `dirname $0`/RunToolFromSource.py `basename $0` $*
3PYTHONPATH="`dirname $0`/../../Source/Python" \
4 python "`dirname $0`/../../Source/Python"/`basename $0`/`basename $0`.py $*
5