Some really simple cgi examples. cgi3 is a MiniWiki.
diff --git a/Demo/cgi/cgi0.sh b/Demo/cgi/cgi0.sh
new file mode 100755
index 0000000..5cefcd3
--- /dev/null
+++ b/Demo/cgi/cgi0.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+# If you can't get this to work, your web server isn't set up right
+
+echo Content-type: text/plain
+echo
+echo Hello world
+echo This is cgi0.sh