mirror of https://github.com/cheat/cheat.git
Merge pull request #127 from Mic92/master
bash: extend switch case example
This commit is contained in:
commit
3b604d0baa
|
@ -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