Compare commits
2 Commits
5d830cbae4
...
81a7c96f7f
Author | SHA1 | Date |
---|---|---|
|
81a7c96f7f | 2 weeks ago |
|
89557b8e36 | 1 month ago |
3 changed files with 32 additions and 6 deletions
@ -0,0 +1,15 @@ |
|||
#! /usr/bin/bash |
|||
|
|||
|
|||
|
|||
case ${1} in |
|||
'Homer'|'Marge'|'Bart'|'Lisa') |
|||
echo "Familie Simpson" |
|||
;; |
|||
'Ned'|'Maude'|'Todd'|'Rod') |
|||
echo "Familie Flanders" |
|||
;; |
|||
'Clancy'|'Sarah'|'Ralph') |
|||
echo "Familie Wiggum" |
|||
;; |
|||
esac |
Loading…
Reference in new issue