shell-scripts/inet/weather

6 lines
101 B
Bash
Executable file

#!/usr/bin/bash
location="$(cat ~/.config/weather_location)"
curl "https://wttr.in/$location?0mQ"