diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-16 15:30:28 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-16 15:30:28 +0200 |
commit | 7873b0ea652136cc3355c5ab6015938ced0a8264 (patch) | |
tree | 79787f2287d66d2876a2fd87d0bee34852d2f773 /.local/bin/status/sb-net | |
parent | update (diff) | |
download | dotfiles-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-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 " " |