diff --git a/projects/oorexx/forecast.rex b/projects/oorexx/forecast.rex new file mode 100755 index 0000000..8cc2eec --- /dev/null +++ b/projects/oorexx/forecast.rex @@ -0,0 +1,4 @@ +#!/usr/bin/env rexx +parse arg loc +if loc = "" then loc="Cowley,UK" +address system 'curl wttr.in/'||loc||'?u'