소스 검색

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
+