#!/bin/bash echo "Content-type: text/html" echo "" echo '' echo '' echo '' echo 'Hola mundo' echo '' echo '' echo 'Hola mundo' echo '' echo '' exit 0