Sign in
◑
Theme
code
/
git
/
fc968e26c201a63d4d75cae550ecf0447c82920f
/
.
/
t
/
chainlint
/
multi-line-nested-command-substitution.expect
blob: 59b6c8b850a16d087e5d322c8ee25dcbeb553fa5 [
file
]
(
foo
&&
x
=
$
(
echo bar
|
cat
>>
)
&&
echo ok
>)
|
sort
&&
(
bar
&&
x
=
$
(
echo bar
|
cat
>>
)
&&
y
=
$
(
echo baz
|
>>
fip
)
&&
echo fail
>)