Sign in
googlers
/
jrn
/
git
/
15cc2da0b5aaf5350f180951450e0a5318f7d34d
/
.
/
t
/
chainlint
/
multi-line-nested-command-substitution.expect
blob: 59b6c8b850a16d087e5d322c8ee25dcbeb553fa5 [
file
] [
log
] [
blame
]
(
foo
&&
x
=
$
(
echo bar
|
cat
>>
)
&&
echo ok
>)
|
sort
&&
(
bar
&&
x
=
$
(
echo bar
|
cat
>>
)
&&
y
=
$
(
echo baz
|
>>
fip
)
&&
echo fail
>)