mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
8 lines
158 B
Bash
Executable File
8 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 "$@"
|