#!/bin/bash
echo "Content-type: text/plain"
echo ""
echo "Hello, world!"
