mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
8 lines
139 B
Text
8 lines
139 B
Text
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
# This may be expected to work, but pretty much only ash derivatives allow it.
|
||
|
|
|
||
|
|
test "$(cat <<EOF)" = "hi there"
|
||
|
|
hi there
|
||
|
|
EOF
|