Browse Source

fix netwait

pull/1/head
10sr 11 years ago
parent
commit
42e62b21af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc View File

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


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


Loading…
Cancel
Save