From 7d4dbe8ffaa7d8ad729d1ce23cb57357107221a0 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 31 May 2022 00:37:01 -0500 Subject: [PATCH] small change --- .local/scripts/update-weather.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.local/scripts/update-weather.sh b/.local/scripts/update-weather.sh index 73af7b0..3302007 100755 --- a/.local/scripts/update-weather.sh +++ b/.local/scripts/update-weather.sh @@ -2,7 +2,6 @@ [ "$1" = "-i" ] && sleep 10 -#UPDATE="$(curl --connect-timeout 30 "wttr.in/Huntsville+Alabama?format=1")" # > ~/.cache/wttr UPDATE="$(curl --connect-timeout 30 "wttr.in/?format=1")" # > ~/.cache/wttr echo $UPDATE | wc -m