rexx-things/projects/oorexx/wx.rex

5 lines
146 B
Rexx
Raw Normal View History

#!/usr/bin/env rexx
2025-03-17 23:22:49 +00:00
Parse Arg loc
If loc = "" Then loc="Cowley,UK"
Address system "ansiweather -l "||loc||" -u imperial -s true -i false -a true"