xref: /plan9/rc/bin/troff2gif (revision ab3dc52f122c98aa4bc2bd64bd2292bb7b80fba2)
1#!/bin/rc
2{/bin/troff $*|/bin/lp -dstdout|/bin/gs -dNOPAUSE -dQUIET '-sOUTPUTFILE='/fd/1 '-sDEVICE=plan9bm' - quit.ps| crop -c 255 255 255 | togif}  >[2] /dev/null
3