source: runmlx.sh@ 29:5bcc0ef808c5

Last change on this file since 29:5bcc0ef808c5 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.