mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-07 12:20:50 +02:00
Bash-4.1 distribution source
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