#!/bin/bash set -e. TEMP=`getopt -o m:s:v -n 'xxx.sh' -- "$@"` eval set -- "$TEMP" _mode=clean _dist=false _sku=vena _variant=eng
確定! 回上一頁