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
fa295336fe
dots
/
.bin
/
whoamip
4 lines
87 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
ip addr show wlan0
|
awk
'/inet / {gsub(/\/.*/,"",$2); print $2}'
Reference in New Issue
View Git Blame
Copy Permalink