mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-06-12 00:24:34 +02:00
Add curl example - generate C code by curl
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
gcc -lcurl download.c -o download
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
curl http://www.ysoft.com -o index.html --libcurl download.c
|
||||
Reference in New Issue
Block a user