GIF89a;
Mass Deface Email Grabber
."; echo } argument () { opt=$1 shift if test $# -eq 0; then gettext_printf "%s: option requires an argument -- \`%s'\n" "$0" "$opt" 1>&2 exit 1 fi echo $1 } output= while test $# -gt 0 do option=$1 shift case "$option" in -h | --help) usage exit 0 ;; -v | --version) echo "$self (${PACKAGE_NAME}) ${PACKAGE_VERSION}" exit 0 ;; -o | --output) output=`argument $option "$@"`; shift ;; --output=*) output=`echo "$option" | sed 's/--output=//'` ;; *) ckbcomp_options="$ckbcomp_options $option";; esac done if [ "x${output}" = x ] ; then gettext "output file must be specified" >&2 echo >&2 usage exit 1 fi ckbcomp $ckbcomp_options | "$grub_mklayout" -o "${output}"