mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 17:19:08 -05:00
7 lines
158 B
Bash
Executable file
7 lines
158 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# src/tools/FAQ2txt:
|
|
|
|
# Converts doc/src/FAQ/FAQ.html to text file doc/FAQ
|
|
|
|
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"
|