Metaproxy conflicts with CF 2.12.5 and earlier
[metaproxy-moved-to-github.git] / etc / cgi.sh
1 #!/bin/sh
2 echo "Content-Type: text/plain"
3 echo ""
4
5 echo "hello, world."
6 sleep 35
7