cosmopolitan/tool/scripts/man2txt

6 lines
105 B
Text
Raw Normal View History

2022-08-21 20:38:45 +00:00
#!/bin/sh
for x; do
nroff -mandoc -rLL=80n -rLT=80n -Tutf8 <"$x" |
o//tool/viz/ascii2utf8.com
done