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