#!/bin/csh -f

# Enable the fax cover page file $1faxcover.ps by linking
# ~rig/lib/faxcover.ps.  Then the desired page will be used if
# the FAXCOVER environment variable is set to ~rig/lib/faxcover.ps

rm -f ~rig/lib/faxcover.ps
ln -s $1faxcover.ps ~rig/lib/faxcover.ps
