8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
# This may be expected to work, but pretty much only ash derivatives allow it.
|
||
|
|
||
|
test "$(cat <<EOF)" = "hi there"
|
||
|
hi there
|
||
|
EOF
|