#!/bin/csh -f echo " Pointers to SPIRES for various authors " > $1 echo "

SPIRES listings for your Favorite Theorists

" >> $1 sort +1 theorist.list | awk -f theorist.awk >> $1 echo "

Dont' find your favorite theorist? Send email to schellman@fnal.gov

" >> $1 date >> $1 echo "

This page was written using the scripts maketheorist.csh and theorist.awk" >> $1 cp maketheorist.csh maketheorist.txt cp theorist.awk theorist.txt