10 lines
132 B
Text
10 lines
132 B
Text
|
(
|
||
|
# LINT: line contains here-doc and opens multi-line $(...)
|
||
|
x=$(bobble <<-\END &&
|
||
|
fossil
|
||
|
vegetable
|
||
|
END
|
||
|
wiffle)
|
||
|
echo $x
|
||
|
)
|