1
0
mirror of https://github.com/fumiama/simple-http-server.git synced 2026-06-05 00:30:23 +08:00

Update README.md

This commit is contained in:
源文雨
2021-06-10 13:07:56 +08:00
committed by GitHub
parent 811d6b373e
commit 6aaf45567d

View File

@@ -52,7 +52,7 @@ simple-http-server -d port chdir
# CGI usage # CGI usage
When you put a executable file into the web path, the server will call `execl` to run it while passing 3 parameters as below When you put an executable file into the web path, the server will call `execl` to run it while passing 3 parameters as below
```c ```c
argv[0] = path; //Path of the executable file argv[0] = path; //Path of the executable file