#!/bin/sh

CLASSPATH="${CLASSPATH:-.}:/usr/share/java/bsh.jar"
export CLASSPATH

exec /usr/bin/java bsh.Console "$@"
