diff options
Diffstat (limited to 'bin/troff2png')
| -rwxr-xr-x | bin/troff2png | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/troff2png b/bin/troff2png index f97ab26e..5adc4579 100755 --- a/bin/troff2png +++ b/bin/troff2png @@ -1,4 +1,4 @@ -#!/usr/local/plan9/bin/rc +#!/Users/ethan/plan9port/bin/rc 9 troff -ms $* | tr2post | gs -g1000x1000 -r144 -dNOPAUSE -dQUIET \ |