#!/bin/sh
#
# This script is for making Sparky show manual pages using Safari on Mac
# instead of non-existent Netscape.  It should be placed in a file called
# netscape in your unix search path and have execute permission.  Sparky
# will ask each time you show help whether you want to start nescape because
# it is not able to determine that this fake "netscape" is already running.
#
open -a Safari "$@"
