#!/bin/sh # # utilities used -- you may need to edit these # CAT=/usr/bin/cat ECHO=/usr/bin/echo GREP=/bin/egrep # # paths to files needed by this script -- you may need to edit these # BASE_HREF='http://www.cis.ksu.edu/~steve/' STYLE_HREF='styles/main2.css' BOOKMARK_PATH=/home/staff/steve/.netscape/bookmarks.html # # misc variables # PRIVATE_PREFIX='\[PRIVATE\]' $CAT << HEADER Content-type: text/html HEADER $CAT ${BOOKMARK_PATH} | ${GREP} -v ${PRIVATE_PREFIX} $ECHO ''