7 lines
No EOL
128 B
Bash
Executable file
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" |