updated network.sh

pull/2/head
Hari Sekhon 5 years ago
parent 69ffaf6cd7
commit 8f74d888fc

@ -43,10 +43,11 @@ checkhost(){
fi
}
alias google="while true; do ping www.google.com && break; sleep 1 || break; done"
alias g=google
alias ping_google="while true; do ping www.google.com && break; sleep 1 || break; done"
alias g=ping_google
# watch_url.pl is in DevOps-Perl-tools repo which should be in $PATH
alias watchu="watch_url.pl"
alias wg="watch_url.pl google.com"
n(){

Loading…
Cancel
Save