From 42e62b21af901136a5d625640e1fc0254cf5e10d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 18 Sep 2012 19:44:26 +0900 Subject: [PATCH] fix netwait --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 74111f6..c12f81f 100755 --- a/bashrc +++ b/bashrc @@ -210,7 +210,7 @@ scr(){ } netwait(){ - while ! ping example.com -c 1 + while ! ping -c 1 -t 1 example.com do true done