Get awk to build and make it hackable

This commit is contained in:
Justine Tunney 2022-08-21 13:38:45 -07:00
parent 2f1679e5cf
commit 99a92048b4
19 changed files with 885 additions and 596 deletions

5
tool/scripts/man2txt Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
for x; do
nroff -mandoc -rLL=80n -rLT=80n -Tutf8 <"$x" |
o//tool/viz/ascii2utf8.com
done