Scripts/weather

3 lines
51 B
Plaintext
Raw Normal View History

2023-01-03 11:40:44 -05:00
#!/bin/sh
2023-01-03 20:39:58 -05:00
curl wttr.in/`echo $* | sed 's/ /%20/g'`