nutools/legacy/sysinc/begingetopt--_help

9 lines
121 B
Plaintext

eoo=
first_option=1
while [ -n "$1" ]; do
case "$1" in
-h|--help)
display_help
exit 0
;;