source: runmlx.sh@ 576:f2803c2445ba

Last change on this file since 576:f2803c2445ba was 576:f2803c2445ba, checked in by István Váradi <ivaradi@…>, 9 years ago

Reworked the Linux sound handling to use GStreamer

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