Loading

摘要: if 条件语句 if [[ $1 = start ]];then echo start app elif [[ $1 = stop ]];then echo stop appelif [[ $1 = ... ]];then.... else echo Please input command! fi 阅读全文
posted @ 2016-08-11 23:55 头痛不头痛 阅读(259) 评论(0) 推荐(0)