shell/web-to-text.ksh

6 lines
80 B
Bash

#!/bin/ksh
htm2text -ascii -style pretty -width 76 -o index index.html
exit 0