Sign in
code
/
git
/
db30130165bef1ceff04c0163db6676db23ba2fc
/
.
/
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
)