Kaynağa Gözat

Add CGI test for windows, that does not need an extra interpreter

bel 10 yıl önce
ebeveyn
işleme
ceb5f39461
2 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 2 0
      test/windows.cgi
  2. 5 0
      test/windows.cgi.cmd

+ 2 - 0
test/windows.cgi

@@ -0,0 +1,2 @@
+#!windows.cgi.cmd
+

+ 5 - 0
test/windows.cgi.cmd

@@ -0,0 +1,5 @@
+@echo off
+echo HTTP/1.1 200 OK
+echo Connection: close
+echo.
+echo CGI test