#! /bin/sh
prefix=/opt/kaffe
exec_prefix=${prefix}
exec ${exec_prefix}/bin/kaffe gnu.java.rmi.registry.RegistryImpl ${1+"$@"}

