Remove 'whoamip' script

This commit is contained in:
2025-06-27 19:33:55 +02:00
parent c91bd257bc
commit 52640bfc18
-5
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