blob: 61ca5f346ebbcb189e1777e34af1e0961dd80dd3 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.1 2008/04/19 12:42:35 momjian Exp $:
# Converts FAQ.html and FAQ_DEV.html to text files
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"
|