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

USP_AUDIT="false"

. usp-set-path

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