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