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