mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
5 lines
31 B
Plaintext
5 lines
31 B
Plaintext
foo=$(cat <<EOF
|
|
hi
|
|
)
|
|
echo $foo
|