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

