Sfoglia il codice sorgente

Add pyton test script

Taken from
https://github.com/civetweb/civetweb/issues/555#issuecomment-347069525
bel2125 7 anni fa
parent
commit
e16c39cc79
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      test/pytest.linux.cgi

+ 5 - 0
test/pytest.linux.cgi

@@ -0,0 +1,5 @@
+#!/usr/bin/python
+import os
+print("Content-Type: text/plain \n\n")
+print("This is from python")
+