Copy config removing sensitive data

This commit is contained in:
Jonathan Hodgson 2017-05-14 10:36:16 +01:00
parent d15767a938
commit 68ffb60404
89 changed files with 12214 additions and 0 deletions

7
bin/weather Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/bash
initial=$@
place=${initial// /+}
if [[ "$place" == "" ]]; then
place="Bury+St+Edmunds"
fi
curl "wttr.in/$place"