summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtest.cgi5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.cgi b/test.cgi
new file mode 100755
index 0000000..a32c577
--- /dev/null
+++ b/test.cgi
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+printf 'Content-Type: text/html\r\n'
+printf '\r\n'
+printf 'Successful.'