diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/status/sb-net | 8 |
1 files changed, 8 insertions, 0 deletions
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 " " |