diff options
author | Joe <rbo@gmx.us> | 2024-12-24 12:17:13 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-24 12:17:13 +0100 |
commit | 88cd0d91863c65f5007da7e06a6fb78b74b050bb (patch) | |
tree | 75e9752229dc5ac8000eac4dc27efffe5adf54c7 /.local/bin/status/sb-net | |
parent | up (diff) | |
download | dotfiles-bsd-88cd0d91863c65f5007da7e06a6fb78b74b050bb.tar.gz dotfiles-bsd-88cd0d91863c65f5007da7e06a6fb78b74b050bb.tar.bz2 dotfiles-bsd-88cd0d91863c65f5007da7e06a6fb78b74b050bb.tar.xz dotfiles-bsd-88cd0d91863c65f5007da7e06a6fb78b74b050bb.tar.zst dotfiles-bsd-88cd0d91863c65f5007da7e06a6fb78b74b050bb.zip |
bar update
Diffstat (limited to '.local/bin/status/sb-net')
-rwxr-xr-x | .local/bin/status/sb-net | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net index e20a891..7811800 100755 --- a/.local/bin/status/sb-net +++ b/.local/bin/status/sb-net @@ -1,5 +1,6 @@ #!/bin/sh +echo -n "^c#a89984^" case $(hostname -s) in mother|po-rbo) ping="ping -c1 -w1 9.9.9.9" ;; mars) ping="ping -c1 -t1 9.9.9.9" ;; @@ -19,4 +20,4 @@ if ! $ping >/dev/null 2>&1; then return fi -echo " " +echo "" |