#!/bin/sh
echo "Content-type: text/html"
echo ""
echo ""
cat wakeOfficeComp_output.html
echo "<body>"
~/scripts/wakeOfficeComp.sh
echo "<br>"
echo "Waking up computer, please wait a few seconds...<br>"
echo "</body>"
echo "</html>"
