dotfiles/home/private_dot_config/zsh/functions/executable_weather

6 lines
110 B
Bash

#!/bin/zsh
##? What is the weather?
##? defaults to showing Austin, Tx
curl "http://wttr.in/${1:-Austin,Tx}"