From 137dbff86944482d023e8e285cbc17bf6b73f359 Mon Sep 17 00:00:00 2001 From: Jens Kubieziel Date: Sun, 22 Aug 2021 19:42:51 +0200 Subject: [PATCH] generische Option hinzu --- townandmail.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/townandmail.sh b/townandmail.sh index bd34d60..fad4965 100755 --- a/townandmail.sh +++ b/townandmail.sh @@ -109,6 +109,7 @@ while getopts dghi:km:o:v opt ; do m) MIT_MAIL="$OPTARG";; o) OUTPUT="$OPTARG";; v) VERBOSITY=1;; + *) usage_and_exit 0;; esac done if [ "$NEW_GS" -eq 1 ] ; then