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:
6
test/linux.cgi
Executable file
6
test/linux.cgi
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Content-Type: text/plain"
|
||||
echo
|
||||
|
||||
echo "This is shell script CGI."
|
Reference in New Issue
Block a user