From fcf44b17142cbeaf1f6a4b66e5ab0eed1483ebe4 Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Thu, 16 Jan 2025 17:00:08 -0500 Subject: migration commit --- .script/weather | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .script/weather (limited to '.script/weather') diff --git a/.script/weather b/.script/weather new file mode 100755 index 0000000..91634c5 --- /dev/null +++ b/.script/weather @@ -0,0 +1,2 @@ +#!/bin/sh +curl -s wttr.in/?format="%l:+%C+%t" > /tmp/weather -- cgit v1.2.3