#!/bin/sh #curl -s "wttr.in/?format=3" | awk '{print $3, $4}' curl -s "wttr.in/?format='%c%t'" | sed "s/'//g" | sed 's/ / /g'