mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 17:02:06 +03:00
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
|
if [ $foo ]; then
|
||
|
if [ $bar ]; then
|
||
|
foobar
|
||
|
else
|
||
|
qux
|
||
|
fi
|
||
|
fi
|