Arto's Notes
Arto's Notes re: CGI
Example Script
hello.cgi
#!/bin/bash
echo
"Content-Type: text/plain"
echo
""
echo
"Hello, world!"