#!/bin/sh
#
# Author: Peter Keel <killer@discordia.ch>
# Open Netscape, set size and feed with the right libraries.
#
# export CLASSPATH=/usr/local/etc/netscape/java_301
# export LD_PRELOAD=/usr/lib/netscape/gnumalloc.so
export LD_LIBRARY_PATH=/usr/lib/netscape
# ldd /usr/X11/bin/netscape
/usr/local/etc/netscape -geometry 650x735-0 $*

