rexx-things/projects/oorexx/forecast.rex
2025-05-02 19:36:06 +01:00

5 lines
109 B
Rexx
Executable File

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