#! /bin/sh
prefix=/opt/SDGkaffe/1.0.5
exec_prefix=${prefix}
exec ${exec_prefix}/bin/kaffe kaffe.tools.serialver.SerialVer ${1+"$@"}

