/Demo/cgi/cgi0.sh

http://unladen-swallow.googlecode.com/ · Shell · 8 lines · 4 code · 2 blank · 2 comment · 0 complexity · 80591cade6ea7ceaf22a608ed78ccffc MD5 · raw file

  1. #! /bin/sh
  2. # If you can't get this to work, your web server isn't set up right
  3. echo Content-type: text/plain
  4. echo
  5. echo Hello world
  6. echo This is cgi0.sh