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