mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-14 02:17:02 +08:00
8 lines
217 B
Bash
Executable File
8 lines
217 B
Bash
Executable File
#!/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 "$@"
|