#!/bin/bash -e ARGUMENT_LIST=( "arg-one" "arg-two" "arg-three" ) # read arguments opts=$(getopt \ --longoptions "$(printf "%s:," ...
確定! 回上一頁