#! /bin/sh
# Script to run Appletviewer
prefix=/usr/local
exec_prefix=${prefix}
exec ${exec_prefix}/bin/kaffe kaffe.applet.AppletViewer ${1+"$@"}

