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: ab2a026fbc2f68048d67174fad32134ded3d2ce7 (plain)
1
2
3
4
5
6
7
(
if test -z ""; then
    echo empty
 else
    echo bizzy
> fi) &&
echo foobar