mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
5 lines
105 B
Bash
Executable file
5 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
for x; do
|
|
nroff -mandoc -rLL=80n -rLT=80n -Tutf8 <"$x" |
|
|
o//tool/viz/ascii2utf8.com
|
|
done
|