8 lines
65 B
Plaintext
8 lines
65 B
Plaintext
case $foo in
|
|
bar)
|
|
thing1
|
|
thing2
|
|
;;
|
|
esac
|
|
|