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

APP=man

. usp-set-path

export APPDIR OSARCH_VENDOR OSARCH_MAJOR_OS_REV OSARCH_OS \
	OSARCH_OS_REV OSARCH_HARDWARE

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