#! /bin/sh # This is a PostScript program wrapped as a shell script. # copyright 1987 by Peter Greenberg. You may use, copy, or redistribute this # work freely so long as this message and the copyright message are retained. # comments/bug fixes to: # Peter Greenberg # Swarthmore College # Swarthmore, PA 19081 # (215) 328-8610 # UUCP: ...!seismo!bpa!swatsun!greenber # ARPA: swatsun!greenber@seismo.CSS.GOV # USAGE: # mapfont [mapfrom [mapto]] # defaults: mapfrom=Courier ; mapto=Helvetica # CHANGE THESE LINES TO USE ANTOHER SPOOLER spooler=lpr spoolopts= case $# in 0) FONT1=Courier ; FONT2=Helvetica ;; 1) FONT1=Courier ; FONT2=$1 ;; *) FONT1=$1 ; FONT2=$2 ;; esac cat <