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