#!/bin/bash
#                       /usr/local/bin/help2man.sh
# https://crystalfaeries.net/posix/bin/help2man.sh
# celeste:crystalfaery HELP2MAN 2017-01-12 19:13:42+00:00
help2man --no-discard-stderr --name=$1 --section=1 --source="$2" --manual=$1 --output=/usr/local/man/man1/$1.1 --info-page=$1  $1


syntax highlighted by Code2HTML, v. 0.9.1