summaryrefslogtreecommitdiff
path: root/scripts/get_weather
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get_weather')
-rwxr-xr-xscripts/get_weather4
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