Beginnings of CGI filter
[metaproxy-moved-to-github.git] / etc / cgi.sh
diff --git a/etc/cgi.sh b/etc/cgi.sh
new file mode 100755 (executable)
index 0000000..2fbc75e
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+echo "Content-Type: text/plain"
+echo ""
+
+echo "hello, world."
+sleep 5
+