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
7e659cb293
dots
/
.bin
/
whoamip
4 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add whoamip script to get ip
2020-05-13 19:07:44 +02:00
#!/usr/bin/env bash
Use consistent shebangs
2020-11-01 15:57:10 +01:00
Update whoamip script
2020-10-18 16:09:16 +02:00
ip addr show wlan0 | awk '/inet / {gsub(/\/.*/,"",$2); print $2}'