index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
chainlint
/
cuddled-if-then-else.expect
blob: 1d8ed58c4948ea2b975de2742ccad603f48042dc (
plain
)
1
2
3
4
5
6
(if test -z ""; then
echo empty
else
echo bizzy
fi) &&
echo foobar