Added Weather utility

This commit is contained in:
2020-02-06 23:29:25 +01:00
parent 457b4cbb65
commit 75ea831454
2 changed files with 22 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
function we -d "Get weather at location"
if count $argv > /dev/null
curl http://v2.wttr.in/~$argv[1]
else
curl http://v2.wttr.in/Aubervilliers
end
end