1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-07 16:02:55 +03:00

List environment variables in minimal Linux CGI script

This commit is contained in:
bel
2015-06-15 21:44:07 +02:00
parent 14c57095ba
commit 71aa4ae257

6
test/linux.cgi Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
echo "Content-Type: text/plain"
echo
echo "This is shell script CGI."