8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
|
if [ $foo ]; then
|
||
|
if [ $bar ]; then
|
||
|
foobar
|
||
|
else
|
||
|
qux
|
||
|
fi
|
||
|
fi
|