Remove 'whoamip' script

This commit is contained in:
2025-06-27 19:33:55 +02:00
parent 0a50cd90b3
commit b64d22e114

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