This website requires JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
d1c02d93b3
git
/
t
/
chainlint
/
for-loop.expect
12 lines
109 B
Plaintext
Raw
Blame
History
(
for i in a b c
do
?!AMP?! echo $i
cat
?!AMP?! done
for i in a b c; do
echo $i &&
cat $i
done
>)
View Git Blame
Copy Permalink