#!/bin/sh prefix=/usr/local installpath="$prefix/share/java" JAR="$installpath/pluggablejs.jar" java -cp "$JAR" net.outlyer.plugins.Shell $@