source: gs2-extensions/music-ir/trunk/bin/script/jaudio@ 22244

Last change on this file since 22244 was 22244, checked in by davidb, 14 years ago

Unix and DOS script to run jaudio GUI

  • Property svn:executable set to *
File size: 218 bytes
Line 
1#!/bin/bash
2
3if [ -z "$GEXT_MUSICIR" ] ; then
4 echo "Environment variable GEXT_MUSICIR is not set."
5 echo "Have you sourced setup.bash?"
6 exit -1
7fi
8
9( cd "$GEXT_MUSICIR/lib/java" && \
10 java -jar jaudio.jar $* )
11
Note: See TracBrowser for help on using the repository browser.