From 34ae074872f59902068c6f1b3f9bab9f6ea1b012 Mon Sep 17 00:00:00 2001 From: example Date: Sun, 22 Aug 2021 22:12:49 +0200 Subject: [PATCH] =?UTF-8?q?typo=20behoben,=20use=5Fand=5Fexit=20beendet=20?= =?UTF-8?q?wieder=20mit=20=C3=BCbergebenem=20exitcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- townandmail.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/townandmail.sh b/townandmail.sh index 7963bdd..c67e250 100755 --- a/townandmail.sh +++ b/townandmail.sh @@ -59,13 +59,13 @@ Usage: $PROGRAMM_NAME [-d -g -h -k -o outputfile -v] -i input -m input -d runs in debug mode -g creates new community keys file from dfbasic and exits -h displays short help and exits - -o outputfile runs in verbose mode + -o outputfile write output to file -i inputfile inputfile without email addresses -k keeps file with fails -m inputfile inputfile with email addresses -v run in verbose mode EOF -exit 1 +exit $1 } msg() {