dotfiles/home/private_dot_config/zsh/functions/weather
2023-02-23 14:27:32 -06:00

4 lines
59 B
Bash

#!/bin/zsh
# What is the weather?
curl "http://wttr.in/$1"