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

6 lines
92 B
Bash
Executable File

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