shithub: plan9front

ref: 4fb65ae3e84f536a9b924082b7c59a30d5802e6b
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