#! /bin/sh
# We use kjc compiler rather than Sun's.
prefix=/Swarm-2.2
exec_prefix=${prefix}
exec ${exec_prefix}/bin/kaffe at.dms.kjc.Main ${1+"$@"}

