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