Adding files

This commit is contained in:
Scott C. MacCallum 2022-12-06 21:16:13 -05:00
parent 532e9d266e
commit c1e920de3d
1 changed files with 5 additions and 0 deletions

5
web-to-text.ksh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/ksh
htm2text -ascii -style pretty -width 76 -o index index.html
exit 0