%shabang%
#
%description%
%copyright%
#
%license%

LANG=C
STDERR=$(mktemp)
%debug%

%lib%

%common1%
%common2%
%common3%
%common4%
%options%

#
# Your code goes here.
# Using the generated error function a sample instruction looks as follows:
#
# mkdir what_a_nice_dir 1>/dev/null 2>$STDERR ||\
#  error "mkdir failed" "$(cat $STDERR)"
#

exit 0
