ref: d05dbeb9a44c298a01e741c1bffb68591b87b5f5
dir: /rc/bin/dpost/
#!/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 $*