#! /bin/csh -f
# Last edited on 1998-11-18 12:57:15 by stolfi
# run netscape 4.0:

source ${HOME}/PUB/lib/fixdisp.csh
# limit datasize 40000
mkdir -p /tmp/${USER}/netscape/cache
/n/net/communicator-4.06/bin/netscape \
  -geometry 960x720+60+10 \
  $*

