From d3eea768d0c7c79f867eed32897e67bbb158d60f Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 7 Sep 2022 09:33:13 +0200 Subject: up --- .local/bin/status/sb-forecast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/status') diff --git a/.local/bin/status/sb-forecast b/.local/bin/status/sb-forecast index c615161..2baf81d 100755 --- a/.local/bin/status/sb-forecast +++ b/.local/bin/status/sb-forecast @@ -9,7 +9,7 @@ weatherglyph=$(curl -sf "wttr.in/Lyon?format=%c" 2>&1 || exit 1) # >$weatherglyp moonglyph=$(curl -sf "wttr.in/?format=%m" 2>&1 || exit 1) # >$moonglyph || exit 1 printf "%s%s" \ - "$(echo "$weatherglyph ")" \ + "$(echo "$weatherglyph")" \ "$(echo "$weatherreport" | sed '16q;d' | grep -wo "[0-9]*%" | sort -rn | sed "s/^/ /g;1q" | tr -d '\n')" echo "$weatherreport" | sed '13q;d' | grep -o "m\\([-+]\\)*[0-9]\\+" | sed 's/+//g' | -- cgit v1.2.3