diff options
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 "" |