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