Make some changes
This commit is contained in:
parent
21f206c9e8
commit
74eb837aa3
3 changed files with 17 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue