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