diff options
Diffstat (limited to 'Demo/cgi/cgi0.sh')
-rwxr-xr-x | Demo/cgi/cgi0.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Demo/cgi/cgi0.sh b/Demo/cgi/cgi0.sh new file mode 100755 index 0000000..5cefcd3 --- /dev/null +++ b/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 |