4 lines
33 B
Text
4 lines
33 B
Text
foo=`cat <<EOF
|
|
hi
|
|
EOF`
|
|
echo $foo
|
foo=`cat <<EOF
|
|
hi
|
|
EOF`
|
|
echo $foo
|