Browse Source

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr 12 years ago
parent
commit
5f60987f48
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc View File

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

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


Loading…
Cancel
Save