eval

if ! getopt --test
then
go_out="$(getopt --options="i" --longoptions=i686 \
--name="$(basename "$0")" -- "$@")"
test $? -eq 0 || exit 1
eval set -- $go_out
fi

posted on 2014-09-10 09:04  zitong  阅读(162)  评论(0编辑  收藏  举报