Sign in
code
/
git
/
db4361bb298d6cd1e07c1219e2c190526dd24e86
/
.
/
t
/
chainlint
/
nested-subshell.expect
blob: 41a48adaa2b8ff62784f9fe022281e094063e96a [
file
]
(
cd foo
&&
(
echo a
&&
echo b
)
>
file
&&
cd foo
&&
(
echo a
echo b
)
>
file
)