#!/bin/sh
KAWALIB=${KAWALIB-/usr/share/java}
CLASSPATH=${KAWALIB}:${CLASSPATH-}
export CLASSPATH
exec ${JAVA-/usr/bin/java} kawa.repl "$@"
