4 lines
112 B
Text
4 lines
112 B
Text
|
|
(in '(curl "-E" "myCert.pem" "https://www.example.com")
|
||
|
|
(while (line)
|
||
|
|
(doSomeProcessingWithLine @) ) )
|