#!/bin/sh
CLASSPATH="${CLASSPATH:-.}:/usr/share/java/bsh.jar"
export CLASSPATH
exec java -Xms128m -Xmx256m bsh.Console "$@"
