#!/bin/sh
#
# @(#)runapp.sh	3.3.1.2 98/07/28

APPNAME=`basename $0`

. $WINGZ3/bin/wzenv

exec $WINGZ3/bin/$WZPLATFORM/$APPNAME $*
