rexx-things/projects/oorexx/wx.rex

5 lines
146 B
Rexx
Executable File

#!/usr/bin/env rexx
Parse Arg loc
If loc = "" Then loc="Cowley,UK"
Address system "ansiweather -l "||loc||" -u imperial -s true -i false -a true"