Drop localhost

master
Hektor Misplon 2022-05-11 12:25:43 +02:00
parent 3280f9f89b
commit 77065ebe39
1 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
#!/usr/bin/env bash #!/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