source: mlxupdate@ 511:7d0f8a7de802

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