#!/bin/sh echo "Content-type: text/html" echo echo echo "
" if [ ! -f /tmp/kmsg ]; then cat /proc/kmsg > /tmp/kmsg & sleep 2 fi cat /tmp/kmsg echo "