fix: shell script

This commit is contained in:
2023-12-21 18:17:15 +08:00
parent e583a1ec4f
commit e8303f5a0c

View File

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