sh.cgi 82 Bytes
#!/bin/sh

echo "Content-Type: text/plain"
echo

echo "This is shell script CGI."