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

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

. usp-set-path

SEGY2USP_DEFAULT_MAP=${APPDIR}/etc/${DIST_PRODUCT}/segy2usp/default.map
export SEGY2USP_DEFAULT_MAP

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