摘要: #!/bin/bash #Judge Yes or No! #Author yarn #Date 2018-9-7 09:07:14 ######################## read -p "Please input Yes or No:" anw case $anw in [Yy][Ee][Ss]|[yY]) echo yes! ;; [Nn][Oo]|[Nn]) echo no! ... 阅读全文
posted @ 2018-09-07 09:20 xyarn 阅读(323) 评论(0) 推荐(0) 编辑
//https://esofar.github.io/cnblogs-theme-silence/#/guide