Skip to content
Snippets Groups Projects
Commit 169d2674 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

BASK pin{k,b}{4,6,}

parent bd3837b5
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,14 @@ view(){
}
######################### ping, traceroute
pink(){ ping kam.mff.cuni.cz "$@"
pink(){
ping kam.mff.cuni.cz "$@"
}
pink4(){
ping 195.113.20.16 "$@"
}
pink6(){
ping 2001:718:1e03:801::10 "$@"
}
traceroutek(){ traceroute kam.mff.cuni.cz "$@"
}
......@@ -138,6 +145,15 @@ pin8(){ ping 8.8.8.8 "$@"
}
traceroute8(){ traceroute 8.8.8.8 "$@"
}
pinb(){
ping blatto.eu "$@"
}
pinb4(){
ping 95.85.217.30 "$@"
}
pinb6(){
ping 2a01:510:d504:75a0::1 "$@"
}
######################### mkdir, cd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment