#! /bin/sh
# script for archiving www source files to a compressed tar file
tar cvf www_tar Makefile www.h www.bm www.c file.c display.c scrollbar.c\
 toolbar.c entities.c forms.c status.c html.c parsehtml.c http.c cache.c\
 ftp.c tcp.c nntp.c image.c gif.c form.html forms.html junk.html archive\
 testwwwd.c wwwd.c w3cache.c w3client.c w3show html2latex.c make.opt\
 wrelay.c relay.c tidy.c www tidy
compress www_tar
ls -l www_tar.Z

