Embedding documentation in shell script (2007)(bahut.alma.ch) |
Embedding documentation in shell script (2007)(bahut.alma.ch) |
read_pod_html() {
local html=$(mktemp --suffix '.html')
pod2html --css='https://www.w3.org/StyleSheets/Core/parser.css?doc=XML&family=7' "$1" > "$html"
/usr/bin/x-www-browser "$html"
}