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