#! /bin/sh
# Script to run kjc Java compiler
prefix=/usr
exec_prefix=/usr
exec /usr/bin/kaffe at.dms.kjc.Main ${1+"$@"}

