diff options
Diffstat (limited to 'scripts/get_weather')
| -rwxr-xr-x | scripts/get_weather | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/get_weather b/scripts/get_weather new file mode 100755 index 0000000..d2c760a --- /dev/null +++ b/scripts/get_weather @@ -0,0 +1,4 @@ +#!/bin/sh + +curl wttr.in > ~/.cache/weather_report +st less -Srf ~/.cache/weather_report |