commit bash-20191108 snapshot

This commit is contained in:
Chet Ramey
2019-11-13 16:41:51 -05:00
parent f48a489585
commit 5e061bb08b
18 changed files with 163 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
read foo <<EOF
$(seq 10
EOF
echo "$foo"