I wrote a Bash function for highly accurate Irish weather forecasting... pic.twitter.com/BhP6jztDuq
— oioiiooixiii (@oioiiooixiii) June 10, 2017
function weather2morrow() { echo "Weather forecast for"\ "$(date +%A,\ %d\ %B\ %Y --date=tomorrow):"\ "Sunny spells & scattered showers 🌦 " }