Z39.50 boot script

#!/bin/csh
#
# startup script for the zserver process
setenv HDIR /home/fgdc/ddnebert/Isite-fgdc/bin
setenv CDIR `pwd`

cd $HDIR
zserver &
cd $CDIR

exit