summaryrefslogtreecommitdiffstats
path: root/Demo/cgi/cgi0.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/cgi/cgi0.sh')
-rwxr-xr-xDemo/cgi/cgi0.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/Demo/cgi/cgi0.sh b/Demo/cgi/cgi0.sh
deleted file mode 100755
index 5cefcd3..0000000
--- a/Demo/cgi/cgi0.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /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