mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
6 lines
127 B
Text
6 lines
127 B
Text
|
|
# This may be expected to work, but pretty much only ash derivatives allow it.
|
|
|
|
test "$(cat <<EOF)" = "hi there"
|
|
hi there
|
|
EOF
|