while getopts ":g:p:h:l:d:b:" arg; do case "${arg}" in g) groupname=${OPTARG} ;; p) password=${OPTARG} ;; h) holname=${OPTARG} ...
確定! 回上一頁