Slashdot Mirror


User: campy

campy's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:fairly comprehensive on Curl Instead of Java or JavaScript? · · Score: 1

    It is not documented but you can run Curl scripts using the 'curl' executable that is included in he Surge Lab download.

    For instance, here is a trivial script that
    outputs its args:

    echo.xcurl:
    {curl 1.5 script}
    {for arg in script-args do {output arg}}

    $ curl echo.xcurl hi there
    hi there

    You can also run the 'curl' program interactively using the --shell argument.