git: 9front

ref: b6f7ca0fff656c68fc98dfd2a1eeec0ea5ff7b0f
dir: /sys/doc/cleanps/

View raw version
#!/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