source: mlxupdate@ 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: 141 bytes
Line 
1#!/bin/sh
2
3scriptdir=`dirname $0`
4
5PYTHONPATH="${scriptdir}/src:${scriptdir}:${PYTHONPATH}"
6export PYTHONPATH
7
8exec python -m mlxupdate "$@"
Note: See TracBrowser for help on using the repository browser.