diff options
Diffstat (limited to 'rc/bin/troff2gif')
| -rwxr-xr-x | rc/bin/troff2gif | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rc/bin/troff2gif b/rc/bin/troff2gif new file mode 100755 index 000000000..4be4aca0f --- /dev/null +++ b/rc/bin/troff2gif @@ -0,0 +1,2 @@ +#!/bin/rc +{/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 |
