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