RosettaCodeData/Task/HTTP/REXX/http-1.rexx

6 lines
161 B
Rexx
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
/* ft=rexx */
/* GET2.RX - Display contents of an URL on the terminal. */
/* Usage: rexx get.rx http://rosettacode.org */
parse arg url .
'curl' url