dotfiles/scripts/weather.sh
2022-12-25 00:37:27 +01:00

7 lines
No EOL
128 B
Bash
Executable file

#!/bin/bash
location=$(cat ~/dotfiles/location.txt)
echo "getting weather for "$location
echo
curl "v2.wttr.in/"$location"?2F"