mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 18:30:55 -05:00
9 lines
79 B
Text
9 lines
79 B
Text
# $FreeBSD$
|
|
|
|
alias begin={ end=}
|
|
: <<EOF &&
|
|
$(echo bad1)
|
|
EOF
|
|
begin
|
|
echo ok
|
|
end
|