#! /bin/sh # To ensure the proper operation of context sensitive help, please # change the value of NETSCAPE_INSTALL_DIR to the directory that # Netscape 4.06 is installed to at your site. : ${NETSCAPE_INSTALL_DIR:=/usr/local/lib/netscape4.5} export NETSCAPE_INSTALL_DIR MOZILLA_HOME=${NETSCAPE_INSTALL_DIR} export MOZILLA_HOME ${MOZILLA_HOME}/netscape -raise -geometry 700x700+0+0 \ -remote "openURL($1)" >/dev/null 2>/dev/null || \ ${MOZILLA_HOME}/netscape -geometry 700x700+0+0 $1 \ >/dev/null 2>/dev/null || \ echo "Netscape was unable to be started." &