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