changed ping from google to my domain

This commit is contained in:
2024-03-11 19:10:53 +01:00
parent f201e15a4d
commit a1725eb3c6

2
bar.sh
View File

@@ -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^ ! "