This website requires JavaScript.
Explore
Help
Sign In
hektor
/
dots
Watch
1
Star
0
Fork
You've already forked dots
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
60a2371f07
dots
/
.bin
/
whoamip
3 lines
83 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
ip addr show
$@
|
awk
'/inet / {gsub(/\/.*/,"",$2); print $2}'
Reference in New Issue
View Git Blame
Copy Permalink