#!/usr/bin/env bash # -n 名称# -a 作者# -h 帮助while getopts ":n:a:h" optname do case "$optname" in "n") echo "get option -n,value is ...
確定! 回上一頁