#!/bin/bash help2man --no-discard-stderr --name=$1 --section=1 --source="$2" --manual=$1 --output=/usr/local/man/man1/$1.1 --info-page=$1 $1