mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Get awk to build and make it hackable
This commit is contained in:
parent
2f1679e5cf
commit
99a92048b4
19 changed files with 885 additions and 596 deletions
5
tool/scripts/man2txt
Executable file
5
tool/scripts/man2txt
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
for x; do
|
||||
nroff -mandoc -rLL=80n -rLT=80n -Tutf8 <"$x" |
|
||||
o//tool/viz/ascii2utf8.com
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue