add vrc script, weather script
This commit is contained in:
parent
0c5a32f779
commit
328fff9ab1
5 changed files with 24 additions and 1 deletions
7
scripts/weather.sh
Executable file
7
scripts/weather.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
location=$(cat ~/dotfiles/location.txt)
|
||||
echo "getting weather for "$location
|
||||
echo
|
||||
|
||||
curl "wttr.in/"$location"?2QFn"
|
Loading…
Add table
Add a link
Reference in a new issue