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
cc0f13c57d
git
/
t
/
chainlint
/
nested-subshell.expect
13 lines
97 B
Plaintext
Raw
Blame
History
(
cd foo &&
(
echo a &&
echo b
>> ) >file &&
cd foo &&
(
echo a
echo b
>> ) >file
>)
View Git Blame
Copy Permalink