summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get_weather1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/get_weather b/scripts/get_weather
index d2c760a..1b3767b 100755
--- a/scripts/get_weather
+++ b/scripts/get_weather
@@ -1,4 +1,5 @@
#!/bin/sh
+echo "Date: $(date)" >> ~/.cache/weather_report
curl wttr.in > ~/.cache/weather_report
st less -Srf ~/.cache/weather_report