repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debian: new upstream release
[git/debian.git]
/
t
/
chainlint
/
while-loop.expect
blob
0d3a9b3d128940a9515d9924964e9efeeaf48152
1
(
2
while true
3
do
4
echo foo ?!AMP?!
5
cat <<-EOF
6
done ?!AMP?!
7
while true; do
8
echo foo &&
9
cat bar
10
done
11
)