From 17097ff91ff85567a16191cdaca3e6f0fe79b70b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 2 Mar 2021 07:08:23 -0600 Subject: [PATCH] wttr: Add comment. I think it's done now. ;D --- tasks/general/acct_mgmt/users.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 9ea520c..7cadfad 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -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.