shell/web-to-text.ksh

6 lines
80 B
Bash
Raw Permalink Normal View History

2022-12-07 02:16:13 +00:00
#!/bin/ksh
htm2text -ascii -style pretty -width 76 -o index index.html
exit 0