#! /bin/sh
# delegate rmic to grmic
prefix=/usr/lib/kaffe/pthreads
exec_prefix=${prefix}
exec ${exec_prefix}/bin/grmic ${1+"$@"}
exit $?
