dotfiles/scripts/weather.sh

7 lines
128 B
Bash
Raw Permalink Normal View History

2022-05-13 11:53:31 +02:00
#!/bin/bash
location=$(cat ~/dotfiles/location.txt)
echo "getting weather for "$location
echo
2022-12-25 00:37:27 +01:00
curl "v2.wttr.in/"$location"?2F"