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