Sign in
googlers
/
jrn
/
git
/
ac8035a2affdf30f2c691ad760826d955bba0507
/
.
/
t
/
chainlint
/
nested-subshell.expect
blob: 41a48adaa2b8ff62784f9fe022281e094063e96a [
file
] [
log
] [
blame
]
(
cd foo
&&
(
echo a
&&
echo b
)
>
file
&&
cd foo
&&
(
echo a
echo b
)
>
file
)