mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 04:30:44 +02:00
commit bash-20090226 snapshot
This commit is contained in:
@@ -61,3 +61,22 @@ bar ()
|
||||
{
|
||||
echo $(<x1)
|
||||
}
|
||||
foo is a function
|
||||
foo ()
|
||||
{
|
||||
echo;
|
||||
cat <<END
|
||||
bar
|
||||
END
|
||||
|
||||
cat <<EOF
|
||||
qux
|
||||
EOF
|
||||
|
||||
}
|
||||
|
||||
bar
|
||||
qux
|
||||
|
||||
bar
|
||||
qux
|
||||
|
||||
Reference in New Issue
Block a user