]> granicus.if.org Git - postgresql/blob - src/tools/FAQ2txt
Add script FAQ2txt to convert HTML files to txt. Add comment to TODO2html.
[postgresql] / src / tools / FAQ2txt
1 #!/bin/sh
2
3 # $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.1 2008/04/19 12:42:35 momjian Exp $:
4
5 # Converts FAQ.html and FAQ_DEV.html to text files
6
7 lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"