mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-19 01:11:36 +03:00
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
case $foo in
|
|
bar)
|
|
thing1
|
|
thing2
|
|
;;
|
|
esac
|