wip cgi ouptput

This commit is contained in:
hugogogo
2022-08-15 16:18:47 +02:00
parent 036256522a
commit 6ad6ec7d63
4 changed files with 94 additions and 36 deletions

4
srcs/cgi-bin/cgi Executable file
View File

@@ -0,0 +1,4 @@
#! /bin/bash
echo "status: 100\r\n"
echo "\r\n\r\n"
echo "hiii"