Sign in
code
/
git
/
cebfaaa33332f26e40b99322b7d26f72a2ddcabb
/
.
/
t
/
chainlint
/
nested-subshell.expect
blob: 02e0a9f1bb5f302a2903817b5d8ef7ff25b2efa7 [
file
]
(
cd foo
&&
(
echo a
&&
echo b
)
>
file
&&
cd foo
&&
(
echo a
?!
AMP
?!
echo b
)
>
file
)