#! /bin/sh
# Script to run KOPI generic wrapper
prefix=/Swarm-2.2
exec_prefix=${prefix}
exec ${exec_prefix}/bin/kaffe at.dms.kopi.Main ${1+"$@"}
