mirror of https://github.com/cheat/cheat.git
bash: extend switch case example
This commit is contained in:
parent
4b7a1110f3
commit
3b0535833b
|
@ -10,5 +10,5 @@ in
|
|||
0) echo "zero found";;
|
||||
1) echo "one found";;
|
||||
2) echo "two found";;
|
||||
3) echo "three found";;
|
||||
3*) echo "something beginning with 3 found";;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue