RosettaCodeData/Task/HTTP/REXX/http-1.rexx
2016-12-05 22:15:40 +01:00

5 lines
161 B
Rexx

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