summaryrefslogtreecommitdiffstats
path: root/.local/bin/status/sb-net
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-16 15:30:28 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-16 15:30:28 +0200
commit7873b0ea652136cc3355c5ab6015938ced0a8264 (patch)
tree79787f2287d66d2876a2fd87d0bee34852d2f773 /.local/bin/status/sb-net
parentupdate (diff)
downloaddotfiles-bsd-7873b0ea652136cc3355c5ab6015938ced0a8264.tar.gz
dotfiles-bsd-7873b0ea652136cc3355c5ab6015938ced0a8264.tar.bz2
dotfiles-bsd-7873b0ea652136cc3355c5ab6015938ced0a8264.tar.xz
dotfiles-bsd-7873b0ea652136cc3355c5ab6015938ced0a8264.tar.zst
dotfiles-bsd-7873b0ea652136cc3355c5ab6015938ced0a8264.zip
updae
Diffstat (limited to '')
-rwxr-xr-x.local/bin/status/sb-net8
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 " "