This commit is contained in:
2025-06-19 06:49:21 +02:00
parent c750cb4c69
commit dde357c695

View File

@@ -8,5 +8,5 @@ elif [[ "${1}" == "Ned" || "${1}" == "Maude" || "${1}" == "Todd" || "${1}" == "R
elif [[ "${1}" == "Clancy" || "${1}" == "Sarah" || "${1}" == "Ralph" ]]; then elif [[ "${1}" == "Clancy" || "${1}" == "Sarah" || "${1}" == "Ralph" ]]; then
echo "Familie Wiggum" echo "Familie Wiggum"
else else
echo "unbekante Familie" echo "unbekannte Familie"
fi fi