aee19ef66aaafd866905d214288c26c17a04eb81
[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 pwd
7 env
8