generische Option hinzu

This commit is contained in:
Jens Kubieziel 2021-08-22 19:42:51 +02:00
parent 3f4f2bd24b
commit 137dbff869

View file

@ -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