source: runmlx.sh@ 28:66fcd9294ab0

Last change on this file since 28:66fcd9294ab0 was 28:66fcd9294ab0, checked in by István Váradi <ivaradi@…>, 12 years ago

Separated the GUI code into a separate package

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