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

