ref: 70a9df6c59a5e9d6e54a9858235b16b753b860bd dir: /sys/doc/cleanps/
#!/bin/rc if(! ~ $#* 1){ echo usage: cleanps infile >[1=2] exit usage } { echo %!PS-Adobe-2.0 cat /sys/doc/preamble grep -v '^%%DocumentFonts' $1 } > cleanps.tmp mv cleanps.tmp $1