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