This website requires JavaScript.
Explore
Help
Sign In
dotfiles
/
bashrc
Watch
1
Star
0
Fork
You've already forked bashrc
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
03ef238a33
bashrc
/
.bashrc.d
/
arpresolve.bash
4 lines
94 B
Bash
Raw
Blame
History
arpresolve
(
)
{
sudo arping -f
"
$1
"
|
sed -e
'/.*\[\(.*\)\].*/!d'
-e
's/.*\[\(.*\)\].*/\1/'
}
Reference in New Issue
View Git Blame
Copy Permalink