478152c29ca4a37af0e05d8d39be791b9135ba4c
[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