blob: ed2946921ef0fafb7810de393ff380c0bbbdc39f (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.3 2008/04/22 10:30:32 momjian Exp $:
# Converts doc/src/FAQ/FAQ.html to text file doc/FAQ
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"
|