symbian-qemu-0.9.1-12/python-2.6.1/Demo/cgi/cgi0.sh
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 #! /bin/sh
       
     2 
       
     3 # If you can't get this to work, your web server isn't set up right
       
     4 
       
     5 echo Content-type: text/plain
       
     6 echo
       
     7 echo Hello world
       
     8 echo This is cgi0.sh