Scripts/weather

3 lines
52 B
Plaintext
Raw Permalink Normal View History

2023-04-09 07:14:40 -04:00
#!/bin/zsh
2023-01-03 20:39:58 -05:00
curl wttr.in/`echo $* | sed 's/ /%20/g'`