#!/bin/sh
echo "Content-type: text/plain"
# run some program to gather information
#echo "Location: http://192.168.123.2"
echo "Refresh: 5;http://192.168.123.2/"
echo
echo "this will last 5 seconds"


