#!/bin/bash echo "Content-type: application/atom+xml" echo "" echo ' example content ' exit 0