reorganized files

This commit is contained in:
Phuntsok Drak-pa
2019-09-26 20:49:23 +02:00
parent 6187accec5
commit a918e51e87
20 changed files with 10 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
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