From b4bf55b7cc96317ae631dae71dcb9be9e7fc6612 Mon Sep 17 00:00:00 2001 From: esche Date: Wed, 5 Jul 2023 00:17:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eto=5Fopus.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- to_opus.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/to_opus.sh b/to_opus.sh index 489746e..5842e19 100644 --- a/to_opus.sh +++ b/to_opus.sh @@ -14,17 +14,12 @@ function finish { } trap finish EXIT -print_usage() { - printf "Usage: ..." -} - extension='' while getopts 'e:' flag; do case "${flag}" in e) extension+=("$OPTARG");; - *) print_usage - exit 1 ;; + *) exit 1 ;; esac done