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