fi
set -- $ARGS
for i
while [ x"$1" != x"--" -a x"$1" != x"" ]
do
case "$i" in
case "$1" in
# help
-h)
usage
-h) # help
exit 0