7 lines
79 B

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