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

DIST_VERSION=`usparg -version "prod" $*`

. usp-set-path

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