linux.cgi 119 B

123456789
  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. echo
  6. set