From 3d3d79a57fb6d0a5728e0070475f05d1699f0818 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Wed, 16 Mar 2022 23:37:09 -0500 Subject: move a lot of scripts around and make a bunch of minor changes. once again i am too lazy to document the changes properly since im never going to read these commit messages anyways --- bar/wmip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bar/wmip') diff --git a/bar/wmip b/bar/wmip index 63e5676..3105038 100755 --- a/bar/wmip +++ b/bar/wmip @@ -1,2 +1,2 @@ #!/bin/sh -ip addr | awk '!/ lo/ && /inet / { sub(/\/.*/, "", $2); print $2 }' +ip a | awk '!/ lo/ && /inet / { sub(/\/.*/, "", $2); print $2 }' -- cgit v1.2.3