forecast goes rexx

This commit is contained in:
Greg Gauthier 2025-05-02 19:36:06 +01:00
parent dda676370a
commit b271527f9c

4
projects/oorexx/forecast.rex Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env rexx
parse arg loc
if loc = "" then loc="Cowley,UK"
address system 'curl wttr.in/'||loc||'?u'