add vrc script, weather script

This commit is contained in:
Crispy 2022-05-13 11:53:31 +02:00
parent 0c5a32f779
commit 328fff9ab1
5 changed files with 24 additions and 1 deletions

7
scripts/weather.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
location=$(cat ~/dotfiles/location.txt)
echo "getting weather for "$location
echo
curl "wttr.in/"$location"?2QFn"