source: runmlx.sh@ 32:46c1a12f72d1

Last change on this file since 32:46c1a12f72d1 was 29:5bcc0ef808c5, checked in by István Váradi <ivaradi@…>, 12 years ago

The status icon and hiding/showing the window works

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