Copy config removing sensitive data
This commit is contained in:
parent
d15767a938
commit
490e0c86c5
89 changed files with 12214 additions and 0 deletions
7
bin/weather
Executable file
7
bin/weather
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/bash
|
||||
initial=$@
|
||||
place=${initial// /+}
|
||||
if [[ "$place" == "" ]]; then
|
||||
place="Bury+St+Edmunds"
|
||||
fi
|
||||
curl "wttr.in/$place"
|
Loading…
Add table
Add a link
Reference in a new issue