dotfiles/home/private_dot_config/zsh/functions/executable_weather

6 lines
110 B
Text
Raw Normal View History

2023-02-23 14:27:32 -06:00
#!/bin/zsh
2023-05-16 12:42:14 -05:00
##? What is the weather?
##? defaults to showing Austin, Tx
curl "http://wttr.in/${1:-Austin,Tx}"