sh.cgi 82 B

123456
  1. #!/bin/sh
  2. echo "Content-Type: text/plain"
  3. echo
  4. echo "This is shell script CGI."