index
:
scripts
master
Misc scripts
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bar
/
wmip
blob: 63e56768a0664728c61ec42681ea525b452a0b7b (
plain
)
1
2
#!/bin/sh
ip
addr
|
awk
'!/ lo/ && /inet / { sub(/\/.*/, "", $2); print $2 }'