8 lines
139 B
Plaintext
Raw Normal View History

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