From 09fc0fb652cfccdd19502399312c6119ea35d796 Mon Sep 17 00:00:00 2001 From: stkhan Date: Fri, 25 Mar 2022 18:35:56 -0800 Subject: Updated dwm, etc --- scripts/get_weather | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/get_weather (limited to 'scripts/get_weather') 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 -- cgit v1.2.3