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