Commit 9a821297b4507f12886e47c51c5c73c88635ee98:
add a test cgi program
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
www/test.cgi | +++++
------------------------------------------------------------
5 changes: 5 additions, 0 deletions.
------------------------------------------------------------
diff --git a/www/test.cgi b/www/test.cgi
new file mode 100755
index 0000000..eb3c2ff
--- /dev/null
+++ b/www/test.cgi
@@ -0,0 +1,5 @@
+#!/usr/bin/ruby1.9.1
+
+print "Content-type: text/plain\r\n\r\n"
+
+print ENV.inspect