From 7873b0ea652136cc3355c5ab6015938ced0a8264 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 16 Aug 2022 15:30:28 +0200 Subject: updae --- .local/bin/status/sb-net | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .local/bin/status/sb-net (limited to '.local/bin/status/sb-net') diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net new file mode 100755 index 0000000..97283af --- /dev/null +++ b/.local/bin/status/sb-net @@ -0,0 +1,8 @@ +#!/bin/sh + +if ifconfig | grep -F ' active' >/dev/null; then + echo " " + return +fi + +echo " " -- cgit v1.2.3