rexx-things/projects/oorexx/forecast.rex

5 lines
109 B
Rexx
Raw Normal View History

2025-05-02 18:36:06 +00:00
#!/usr/bin/env rexx
parse arg loc
if loc = "" then loc="Cowley,UK"
address system 'curl wttr.in/'||loc||'?u'