dotfiles/scripts/weather.sh

7 lines
127 B
Bash
Raw Normal View History

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