]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi0.sh
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Demo / cgi / cgi0.sh
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