Tidies bin folder and adds open-ports script

This commit is contained in:
Jonathan Hodgson 2019-09-12 21:30:29 +01:00
parent 62e95a50ef
commit a313b122ab
5 changed files with 13 additions and 42 deletions

View file

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