summaryrefslogtreecommitdiff
path: root/bar/wmip
diff options
context:
space:
mode:
Diffstat (limited to 'bar/wmip')
-rwxr-xr-xbar/wmip2
1 files changed, 0 insertions, 2 deletions
diff --git a/bar/wmip b/bar/wmip
deleted file mode 100755
index 56fe23d..0000000
--- a/bar/wmip
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-ip a | awk '!/ (lo|dummy|virbr)/ && /inet / { sub(/\/.*/, "", $2); printf "%-12s %s\n", $NF":", $2 }'