5 lines
109 B
Rexx
Executable File
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'
|