wttr: Add comment. I think it's done now. ;D

This commit is contained in:
Hyperling 2021-03-02 07:08:23 -06:00
parent ef5de65f1a
commit 17097ff91f

View File

@ -95,6 +95,7 @@
path_additions: export PATH="~/bin:$PATH"
function_wttr: |
function weather() {
# 20210301 - Someone showed me an awesome weather API! Had to implement it!
if [[ "$1" == "-"* || $2 != "" ]]; then
echo 'USAGE: weather [location]
Any "-" paramaters call the usage since this function does not take any options.