Shortening 'feels like' to 'fl'

This commit is contained in:
Siina Mashek 2022-10-31 20:30:36 +02:00
parent 3080e4d02b
commit c2bb79d4bf

View File

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