#!/bin/sh
#
# This script is a part of USP - the UNIX Seismic Processing system.
# Unauthorized modifications are NOT allowed. Contact Joe Wade, Paul
# Garossino, or Paul Gutowski for change requests.
#

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

. usp-set-path

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