linux_stderr.cgi 131 B

12345678910
  1. #!/bin/sh
  2. printf "Content-Type: text/plain\r\n"
  3. printf "\r\n"
  4. echo "This is a shell script called by CGI:"
  5. tree / 1>&2
  6. echo
  7. set