8 lines
79 B
Text
8 lines
79 B
Text
|
(
|
||
|
if test -z ""; then
|
||
|
echo empty
|
||
|
else
|
||
|
echo bizzy
|
||
|
> fi) &&
|
||
|
echo foobar
|