repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence' into kn/rev-list...
[alt-git.git]
/
t
/
chainlint
/
for-loop.expect
blob
d65c82129a68b7c3e2088ba9a95971e03a6952ee
1
(
2
for i in a b c
3
do
4
echo $i ?!AMP?!
5
cat <<-\EOF ?!LOOP?!
6
bar
7
EOF
8
done ?!AMP?!
9
for i in a b c; do
10
echo $i &&
11
cat $i ?!LOOP?!
12
done
13
)