#!/bin/sh
#
# Set up environment for Netscape on Alpha Linux and then run Netscape.
# From www.alphalinux.org/docs/netscape_du.shtml.
# Provided by Compaq Computer Corporation, Alpha Technology Solutions Group.
#
export LD_LIBRARY_PATH=/usr/shlib
export MOZILLA_HOME=/usr/lib/netscape
exec $MOZILLA_HOME/netscape $* 
