Javascript Menu by Deluxe-Menu.com
Skip to content Skip to navigation

Federal Geographic Data Committee

Sections
 
Personal tools
You are here: Home Data & Services Z39.50 boot script
Document Actions

Z39.50 boot script

The following is a short UNIX boot script to auto-start the zserver process.

#!/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