source:
runmlx.sh@
48:53b2648cfb30
Last change on this file since 48:53b2648cfb30 was 36:f79362793664, checked in by , 13 years ago | |
---|---|
|
|
File size: 138 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | scriptdir=`dirname $0` |
4 | |
5 | PYTHONPATH="${scriptdir}/src:${scriptdir}:${PYTHONPATH}" |
6 | export PYTHONPATH |
7 | |
8 | exec python -m runmlx "$@" |
Note:
See TracBrowser
for help on using the repository browser.