ソースを参照

fix netwait

pull/1/head
10sr 11年前
コミット
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


読み込み中…
キャンセル
保存