From 17df35dc088c9b1b159c2b78d8330fa9cc9a672a Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 21 Jan 2026 23:42:15 +0100 Subject: reformat most scripts --- wrocwttr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wrocwttr') diff --git a/wrocwttr b/wrocwttr index dccb1cc..727a464 100755 --- a/wrocwttr +++ b/wrocwttr @@ -8,7 +8,7 @@ FILE="$CACHE_DIR/wroc.txt" mkdir -p "$CACHE_DIR" temp="$(curl -fsS --max-time 5 -A "wrocwttr/1.0" \ - "https://wttr.in/$CITY?format=%t")" || exit 1 + "https://wttr.in/$CITY?format=%t")" || exit 1 [ -z "$temp" ] && exit 1 -echo "$temp" > "$FILE" +echo "$temp" >"$FILE" -- cgit v1.2.3