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