code: plan9front

ref: 0e9c5f30eabbf213023658efb863dbaf6a608a51
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 $*