1 2 3 4 5 6 7 8 9 10
help() { echo "<++> - USAGE: <++> [OPTION]... OPTIONS: -h show this help message"; } [ "$#" -lt 1 ] && help >&2 && exit 1