wttr: Add comment. I think it's done now. ;D
This commit is contained in:
parent
ef5de65f1a
commit
17097ff91f
@ -95,6 +95,7 @@
|
|||||||
path_additions: export PATH="~/bin:$PATH"
|
path_additions: export PATH="~/bin:$PATH"
|
||||||
function_wttr: |
|
function_wttr: |
|
||||||
function weather() {
|
function weather() {
|
||||||
|
# 20210301 - Someone showed me an awesome weather API! Had to implement it!
|
||||||
if [[ "$1" == "-"* || $2 != "" ]]; then
|
if [[ "$1" == "-"* || $2 != "" ]]; then
|
||||||
echo 'USAGE: weather [location]
|
echo 'USAGE: weather [location]
|
||||||
Any "-" paramaters call the usage since this function does not take any options.
|
Any "-" paramaters call the usage since this function does not take any options.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user