4 lines
31 B
Text
4 lines
31 B
Text
foo=$(cat <<EOF
|
|
hi
|
|
)
|
|
echo $foo
|
foo=$(cat <<EOF
|
|
hi
|
|
)
|
|
echo $foo
|