source: runmlx.sh@ 156:fc2987b14e61

Last change on this file since 156:fc2987b14e61 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.