3 lines
37 B
Bash
3 lines
37 B
Bash
cat <<-EOF
|
|
Hello world $PATH
|
|
EOF
|
cat <<-EOF
|
|
Hello world $PATH
|
|
EOF
|