This website requires JavaScript.
Explore
Help
Sign In
neale
/
moth
mirror of
https://github.com/dirtbags/moth.git
Watch
1
Star
0
Fork
You've already forked moth
0
Code
Issues
Projects
Releases
Wiki
Activity
e2036bbf84
moth
/
pollster
/
get_ip.sh
5 lines
85 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
ifconfig
$1
|
grep
"inet addr"
|
awk
'{print $2}'
|
awk -F:
'{print $2}'
Reference in New Issue
View Git Blame
Copy Permalink