1 2 3 4 5 6
#!/bin/bash set -e bindir=`dirname "$0"` sharedir="$bindir"/../share exec java -jar "$sharedir"/JKnobMan/JKnobMan.jar "$@"