From c2bb79d4bfbe70d116ba4bd3e84210950f8bec4a Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Mon, 31 Oct 2022 20:30:36 +0200 Subject: [PATCH] Shortening 'feels like' to 'fl' --- common/weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/weather b/common/weather index 22770aa..bbac824 100755 --- a/common/weather +++ b/common/weather @@ -25,4 +25,4 @@ if [[ $DATA == *"null"* ]]; then exit fi -printf "${LOCATION}: ${DESC:1:-1}, ${DATA[0]}°C (feels like ${DATA[1]}°C)\n" +printf "${LOCATION}: ${DESC:1:-1}, ${DATA[0]}°C (fl ${DATA[1]}°C)\n"