mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
6 lines
105 B
Text
6 lines
105 B
Text
|
#!/bin/sh
|
||
|
for x; do
|
||
|
nroff -mandoc -rLL=80n -rLT=80n -Tutf8 <"$x" |
|
||
|
o//tool/viz/ascii2utf8.com
|
||
|
done
|