#! /bin/ksh
#
# This script runs the OrbixWeb psit command.
#
# This script must reside in the bin sub-directory of the DOC directory tree.
#

script_path=`whence $0` >/dev/null 2>&1
script_home=`dirname $script_path`

$script_home/doc-orbix-it Utilities.psit $*
