#!/bin/csh -f ############################################################################ # # Really simple script to takes the newsgroups that you read and creates an # HTML page call [your login name].NEWS.html for your to use. # # Written by: Date: # James Pitkow February 13, 1994 # Graphics, Visualization, and Usability Center # Georgia Institute of Technology # pitkow@cc.gatech.edu ############################################################################ set me = `whoami` set file = ~$me/$me.NEWS.html set news = "~$me/.newsrc" echo "$me's HTML News Page" > $file echo "

$me's HTML News Page