shell-scripts/inet/weather

7 lines
101 B
Text
Raw Normal View History

2023-07-06 11:07:16 -04:00
#!/usr/bin/bash
location="$(cat ~/.config/weather_location)"
curl "https://wttr.in/$location?0mQ"