source:
diffdist.sh@
1187:3a358a28241e
Last change on this file since 1187:3a358a28241e was 966:c7cb5b3d2c47, checked in by , 6 years ago | |
---|---|
|
|
File size: 143 bytes |
Rev | Line | |
---|---|---|
[189] | 1 | #!/bin/sh |
2 | ||
3 | scriptdir=`dirname $0` | |
4 | ||
5 | PYTHONPATH="${scriptdir}/src:${PYTHONPATH}" | |
6 | export PYTHONPATH | |
7 | ||
[966] | 8 | exec python3 "${scriptdir}/diffdist.py" "$@" |
Note:
See TracBrowser
for help on using the repository browser.