#!/usr/bin/bash
initial=$@
place=${initial// /+}
if [[ "$place" == "" ]]; then
place="Cheltenham"
fi
curl "wttr.in/$place" 2> /dev/null | head -n -2