Sign in
googlers
/
jrn
/
git
/
c30f2e20a7f3a8d565f7f1d12db622e8799cb082
/
.
/
t
/
chainlint
/
multi-line-nested-command-substitution.expect
blob: 19c023b1c871daa34df20735ca848a454bf647bc [
file
] [
log
] [
blame
]
(
foo
&&
x
=
$
(
echo bar
|
cat
>>
)
&&
echo ok
>)
|
sort