Staging
v0.8.1
Revision 7fbc3046df5cac4dd6cf0cbbf96707a94a305bb6 authored by Kurt B. Kaiser on 27 July 2003, 00:56:41 UTC, committed by Kurt B. Kaiser on 27 July 2003, 00:56:41 UTC
1 parent ee924cd
Raw File
cgi0.sh
#! /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
back to top