diff options
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi0.sh')
-rw-r--r-- | AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi0.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi0.sh b/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi0.sh new file mode 100644 index 0000000000..ee353755a7 --- /dev/null +++ b/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi0.sh @@ -0,0 +1,8 @@ +#! /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
|