摘要: #!/bin/bash # Let's finish it like a flash ARGS=`getopt -o v:"$@"` echo $# if [ $# != 2 ];then echo "Need new version" exit fi case "$1" in -v) echo "new ver... 阅读全文
posted @ 2018-05-05 10:56 wangmo 阅读(863) 评论(0) 推荐(0)