浏览代码

Show CGI variables in Linux mini-CGI shell script

bel2125 10 年之前
父节点
当前提交
a3d71a0a0c
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      test/linux.cgi

+ 4 - 1
test/linux.cgi

@@ -3,4 +3,7 @@
 echo "Content-Type: text/plain"
 echo
 
-echo "This is shell script CGI."
+echo "This is a shell script called by CGI:"
+echo
+set
+