Make some changes

This commit is contained in:
Jonathan Hodgson 2017-05-24 11:39:16 +01:00
parent d8c801947c
commit 47c69266c7
3 changed files with 17 additions and 13 deletions

View file

@ -4,4 +4,4 @@ place=${initial// /+}
if [[ "$place" == "" ]]; then
place="Bury+St+Edmunds"
fi
curl "wttr.in/$place"
curl "wttr.in/$place" 2> /dev/null | head -n -2