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