diff options
Diffstat (limited to 'src/civetweb/test/linux.cgi')
-rwxr-xr-x | src/civetweb/test/linux.cgi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/civetweb/test/linux.cgi b/src/civetweb/test/linux.cgi new file mode 100755 index 000000000..f65fc7a04 --- /dev/null +++ b/src/civetweb/test/linux.cgi @@ -0,0 +1,9 @@ +#!/bin/sh + +printf "Content-Type: text/plain\r\n" +printf "\r\n" + +echo "This is a shell script called by CGI:" +echo +set + |