Sign in
googlers
/
jrn
/
git
/
refs/tags/v2.39.5
/
.
/
t
/
chainlint
/
nested-subshell.test
blob: 440ee9992da3491a85fae254bdb7eb14176d4a29 [
file
] [
log
] [
blame
]
(
cd foo
&&
(
echo a
&&
echo b
)
>
file
&&
cd foo
&&
(
echo a
echo b
)
>
file
)