1#!/bin/ksh 2 3# First source /app/appserver 4. /app/appserver 5 6# Exec the executable. 7exec $APPROOT/usr/contrib/bin/$(basename $0) "$@" 8