From e8303f5a0c74a38aecae2931a219a2047b863cca Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Thu, 21 Dec 2023 18:17:15 +0800 Subject: [PATCH] fix: shell script --- misc/importdb.sh | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/misc/importdb.sh b/misc/importdb.sh index e934135c..7f091701 100644 --- a/misc/importdb.sh +++ b/misc/importdb.sh @@ -124,7 +124,14 @@ case "$M_ARG" in ;; esac - - - - +case "$C_ARG" in + ba) + echo "C_ARG: $C_ARG" + ;; + agt) + echo "C_ARG: $C_ARG" + ;; + *) + echo "C_ARG: $C_ARG" + ;; +esac \ No newline at end of file