cuddled-if-then-else.expect   [plain text]


(
if test -z ""; then
    echo empty
 else
    echo bizzy
> fi) &&
echo foobar