#!/usr/bin/env bash time=$(LC_ALL=C TZ='Europe/Warsaw' date +'%A, %d. %B') wttr=$(curl https://wttr.in/?format=1) echo ''$time'' echo $wttr''