#!/bin/bash
echo -en "Content-Type: text/plain\r\n\r\n"
echo -en "$(date '+%d.%m.%Y %H:%M:%S')"
