#!/bin/sh
#
# This script is part of the XAPRTOOLS suite of program - 
# a subset of FreeUSP - the UNIX Seismic Processing system.
#

unset APP

. xaprtools-set-path

XKEYSYMDB=${APPDIR}/etc/X11R5/XKeysymDB
XNLSPATH=${APPDIR}/etc/X11R5/nls

export XKEYSYMDB XNLSPATH

exec ${USP_MONITOR_CMD} ${APP} ${1:+"$@"}
