瀏覽代碼

fix netwait

pull/1/head
10sr 12 年之前
父節點
當前提交
42e62b21af
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc 查看文件

@@ -210,7 +210,7 @@ scr(){
}

netwait(){
while ! ping example.com -c 1
while ! ping -c 1 -t 1 example.com
do
true
done


Loading…
取消
儲存