Drop localhost

This commit is contained in:
2022-05-11 12:25:43 +02:00
parent 962548e0aa
commit c695712d12

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