blob: ef60628d6a1d0b1a5a1c6453fecb0725225e48ec (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.2 2008/04/19 12:52:51 momjian Exp $:
# Converts doc/src/FAQ/FAQ.html to text file doc/FAQ and
# converts doc/src/FAQ/FAQ_DEV.html to text file doc/FAQ_DEV
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"
|