Drop localhost

This commit is contained in:
2022-05-11 12:25:43 +02:00
parent 3280f9f89b
commit 77065ebe39

View File

@@ -1,2 +1,5 @@
#!/usr/bin/env bash
ip addr show $@ | awk '/inet / {gsub(/\/.*/,"",$2); print $2}'
# Get local IP
ip addr show $@ | awk '/inet / {gsub(/\/.*/,"",$2); print $2}' | tail -n 1