]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/comsub-eof6.sub
bash-5.1 distribution sources and documentation
[thirdparty/bash.git] / tests / comsub-eof6.sub
diff --git a/tests/comsub-eof6.sub b/tests/comsub-eof6.sub
new file mode 100644 (file)
index 0000000..c0e63dd
--- /dev/null
@@ -0,0 +1,5 @@
+read foo <<EOF
+$(seq 10
+EOF
+
+echo "$foo"