摘要: 1 #!/bin/bash 2 3 #description:mysql-5.5.53.tar apache2.4.23 php5.6.27 4 5 6 function check_ok(){ 7 if [ $? -eq 0 ] 8 then 9 echo "-------------ok-------" 10 else 11 ... 阅读全文
posted @ 2016-11-01 21:05 于光远 阅读(208) 评论(0) 推荐(0) 编辑