mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 12:57:58 +02:00
16 lines
140 B
Plaintext
16 lines
140 B
Plaintext
echo $(
|
|
cat <<\)
|
|
hi
|
|
))
|
|
|
|
echo $(
|
|
cat <<\EOF
|
|
hi
|
|
EOF)
|
|
|
|
# this is currently an error; if I fix it it will show up here
|
|
echo "$(
|
|
cat <<\)
|
|
hi
|
|
))"
|