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