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