From b271527f9c63f18dda19e1a0256c454cb9f71b6f Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 2 May 2025 19:36:06 +0100 Subject: [PATCH] forecast goes rexx --- projects/oorexx/forecast.rex | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 projects/oorexx/forecast.rex diff --git a/projects/oorexx/forecast.rex b/projects/oorexx/forecast.rex new file mode 100755 index 0000000..8cc2eec --- /dev/null +++ b/projects/oorexx/forecast.rex @@ -0,0 +1,4 @@ +#!/usr/bin/env rexx +parse arg loc +if loc = "" then loc="Cowley,UK" +address system 'curl wttr.in/'||loc||'?u'