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