From bd88099e12e5781e9f38d2af17ab829e80e30687 Mon Sep 17 00:00:00 2001 From: dwalker Date: Sat, 2 May 2026 22:14:30 -0400 Subject: reworked scripts --- .script/weather.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .script/weather.sh (limited to '.script/weather.sh') diff --git a/.script/weather.sh b/.script/weather.sh new file mode 100755 index 0000000..91634c5 --- /dev/null +++ b/.script/weather.sh @@ -0,0 +1,2 @@ +#!/bin/sh +curl -s wttr.in/?format="%l:+%C+%t" > /tmp/weather -- cgit v1.2.3