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