7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
|
case $foo in
|
||
|
bar)
|
||
|
thing1
|
||
|
thing2
|
||
|
;;
|
||
|
esac
|