mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-02 00:13:40 +02:00
10 lines
51 B
Plaintext
10 lines
51 B
Plaintext
echo $(
|
|
cat <<\)
|
|
hi
|
|
))
|
|
|
|
echo $(
|
|
cat <<\EOF
|
|
hi
|
|
EOF)
|