4 lines
89 B
Fish
4 lines
89 B
Fish
|
function weather --description="Get weather for a given city"
|
||
|
curl wttr.in/$argv
|
||
|
end
|