mirror of https://github.com/acidanthera/audk.git
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
#python `dirname $0`/RunToolFromSource.py `basename $0` $*
|
||
|
PYTHONPATH="`dirname $0`/../../Source/Python" \
|
||
|
python "`dirname $0`/../../Source/Python"/`basename $0`/`basename $0`.py $*
|
||
|
|