#! /bin/sh
prefix=/packages/prof
exec_prefix=${prefix}
exec ${exec_prefix}/bin/kaffe sun.tools.native2ascii.Main ${1+"$@"}

