3 lines
128 B
Text
3 lines
128 B
Text
|
|
(in '(curl "https://sourceforge.net") # Open a pipe to 'curl'
|
||
|
|
(out NIL (echo)) ) # Echo to standard output
|