mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
8 lines
68 B
Text
8 lines
68 B
Text
# $FreeBSD$
|
|
|
|
alias begin={ end=}
|
|
begin
|
|
cat <<EOF
|
|
$(echo ok)
|
|
EOF
|
|
end
|