From 09ada24d4ec23cf24ab136141b354953d1bbc2fa Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 17 Nov 2024 23:34:54 -0600 Subject: reorganize scripts --- misc/wmip | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 misc/wmip (limited to 'misc/wmip') diff --git a/misc/wmip b/misc/wmip new file mode 100755 index 0000000..56fe23d --- /dev/null +++ b/misc/wmip @@ -0,0 +1,2 @@ +#!/bin/sh +ip a | awk '!/ (lo|dummy|virbr)/ && /inet / { sub(/\/.*/, "", $2); printf "%-12s %s\n", $NF":", $2 }' -- cgit v1.2.3