mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
13 lines
110 B
Text
13 lines
110 B
Text
|
(
|
||
|
for i in a b c
|
||
|
do
|
||
|
if false
|
||
|
then
|
||
|
?!AMP?! echo "err"
|
||
|
exit 1
|
||
|
?!AMP?! fi
|
||
|
foo
|
||
|
?!AMP?! done
|
||
|
bar
|
||
|
>)
|