%# -*-mode: shell-script-*-
%define c "# "
#!/usr/bin/env ksh
# -*-mode: shell-script-*-
#
# <:NAME>
#
%license
#
#
# <:DATE> <:AUTHOR> <<:EMAIL>>
#

%if defined("BODY")
%include <body.inc@sh>
%endif # defined("BODY")

#EOF
%end

Uses:	BODY, NOSTDFUNC, INCLUDE

BODY:
If BODY is defined, include useful shell functions, and an option parsing
loop. See body.inc@sh.

If BODY is defined, body.inc@sh is included. This file follows these rules:

A usage() function, version() function, and option processing loop are 
always defined. See MAIN in %s@rb (the ruby template) for analagous
code.

NOSTDFUNC:
If NOTSTDFUNC is defined, the section of useful functions will be omitted.

INCLUDE:
If INCLUDE is defined, the file will source "alanestd" instead of including
its contents as inline code.
