摘要:
1 #!/bin/bash 2 ############################################################### 3 ### 通用代码 4 5 ## 显示错误 6 function error(){ 7 local msg=$1 8 if [[ ${msg} != '' ]]; then 9 ... 阅读全文
posted @ 2019-01-22 14:39
czjone
阅读(600)
评论(0)
推荐(0)