code: plan9front

ref: 65bd53b9b89b0a84d0f16db4adc3f53fa6ab3a3a
dir: /rc/bin/dpost/

View raw version
#!/bin/rc
# dpost [-f] [file...] - convert troff output to postscript,
#	optionally include font def'ns
# exec lp -dstdout $*
if (! ~ $#* 0 && ~ $1 -f) {
	shift
	aux/tr2post $* | addpsfonts
}
if not
	exec aux/tr2post $*