sunet/web-server/root/cgi-bin/comments.sh

6 lines
104 B
Bash
Executable File

#!/bin/sh
echo Content-Type: text/html
echo Status: 200
echo
echo "<h2> This is the cgi script. </h2>"