9 lines
68 B
Plaintext
9 lines
68 B
Plaintext
# $FreeBSD$
|
|
|
|
alias begin={ end=}
|
|
begin
|
|
cat <<EOF
|
|
$(echo ok)
|
|
EOF
|
|
end
|