Преглед на файлове

Add pyton test script

Taken from
https://github.com/civetweb/civetweb/issues/555#issuecomment-347069525
bel2125 преди 7 години
родител
ревизия
e16c39cc79
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  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")
+