summaryrefslogtreecommitdiffstats
path: root/src/civetweb/test/dir with spaces/hello.cgi
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/civetweb/test/dir with spaces/hello.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/civetweb/test/dir with spaces/hello.cgi b/src/civetweb/test/dir with spaces/hello.cgi
new file mode 100755
index 000000000..39decbeb1
--- /dev/null
+++ b/src/civetweb/test/dir with spaces/hello.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/env perl
+
+print "Content-Type: text/plain\n\nhello\n";