Remove 'whoamip' script

master
Hektor Misplon 2025-06-27 19:33:55 +02:00
parent 0a50cd90b3
commit b64d22e114
1 changed files with 0 additions and 5 deletions

View File

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