1 2 3 4 5 6 7 8
#!/bin/sh export MOZILLA_HOME=/opt/netscape if [ -f $MOZILLA_HOME/netscape ] then $MOZILLA_HOME/netscape $@ fi