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

6 lines
92 B
Bash
Raw Normal View History

2002-08-22 11:38:17 -04:00
#!/bin/sh
echo Content-Type: text/html
echo
echo
echo "<h2> This is the cgi script. </h2>"