source:
diffdist.sh@
905:04fa2396fbdb
Last change on this file since 905:04fa2396fbdb was 189:2d89178707a0, checked in by , 12 years ago | |
---|---|
|
|
File size: 142 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | scriptdir=`dirname $0` |
4 | |
5 | PYTHONPATH="${scriptdir}/src:${PYTHONPATH}" |
6 | export PYTHONPATH |
7 | |
8 | exec python "${scriptdir}/diffdist.py" "$@" |
Note:
See TracBrowser
for help on using the repository browser.