2015年4月19日

shell脚本中生成延时

摘要: #!/bin/bashecho -n count:tput sccount=0;while true;doif [ $count -lt 40 ];then let count++; sleep 1; tput rc tput ed echo -n $count;else exi... 阅读全文

posted @ 2015-04-19 18:19 珩~ 阅读(1955) 评论(0) 推荐(0) 编辑

导航