/Demo/cgi/cgi0.sh
http://unladen-swallow.googlecode.com/ · Shell · 8 lines · 4 code · 2 blank · 2 comment · 0 complexity · 80591cade6ea7ceaf22a608ed78ccffc MD5 · raw file
- #! /bin/sh
- # If you can't get this to work, your web server isn't set up right
- echo Content-type: text/plain
- echo
- echo Hello world
- echo This is cgi0.sh