摘要: #!/bin/bash appName=`ls|grep .jar$` if [ -z $appName ] then echo "Please check that this script and your jar-package is in the same directory!" exit 1 fi killForceFlag=$2 function star... 阅读全文
posted @ 2019-05-24 11:31 liuxm-刘小明 阅读(687) 评论(0) 推荐(0) 编辑