source: runmlx.sh@ 36:f79362793664

Last change on this file since 36:f79362793664 was 36:f79362793664, checked in by István Váradi <ivaradi@…>, 12 years ago

Update seems to work

  • Property exe set to *
File size: 138 bytes
RevLine 
[28]1#!/bin/sh
2
3scriptdir=`dirname $0`
4
[36]5PYTHONPATH="${scriptdir}/src:${scriptdir}:${PYTHONPATH}"
[28]6export PYTHONPATH
7
[29]8exec python -m runmlx "$@"
Note: See TracBrowser for help on using the repository browser.