mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 09:38:29 +02:00
bash: extend switch case example
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user