From a1725eb3c64d27864972a976c8ee18d63a8d9dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Czy=C5=BC?= Date: Mon, 11 Mar 2024 19:10:53 +0100 Subject: [PATCH] changed ping from google to my domain --- bar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar.sh b/bar.sh index ed4b521..c4caa2e 100644 --- a/bar.sh +++ b/bar.sh @@ -156,7 +156,7 @@ today() { } net() { - if nc -zw1 google.com 443; then + if nc -zw1 c2yz.com 443; then printf "^c$background^^b$green^ i " else printf "^c$background^^b$red^ ! "