Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cuddled-if-then-else.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d8ed58c4948ea2b975de2742ccad603f48042dc (plain)
1
2
3
4
5
6
(if test -z ""; then
    echo empty
 else
    echo bizzy
 fi) &&
echo foobar