Sign in
googlers
/
jrn
/
git
/
bf995e7a4f94a9388aa8042dc9e338f3fcb75496
/
.
/
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
)