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