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