Finished first version of WrapCGI dist
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestPlugin / root / cgi-bin / test.sh
1 #!/bin/sh
2
3 /bin/echo -e 'Content-Type: text/html; charset=ISO-8859-1\r\n'
4
5 echo "Hello!"