Remove 'whoamip' script
parent
0a50cd90b3
commit
b64d22e114
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Get local IP
|
||||
|
||||
ip addr show $@ | awk '/inet / {gsub(/\/.*/,"",$2); print $2}' | tail -n 1
|
Loading…
Reference in New Issue