#!/bin/sh

# A script to use Netscape as help browser
# Netscape can't be used directly, as it behaves differently depending
# on an instance of Netscape is already running.
# Put this script in a directory in your PATH. Then do:
# SIAGHELP=siaghelp; export SIAGHELP

(netscape -remote openURL\($@\) || netscape $@) 2> /dev/null
