cgi.sh shows all envs
[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