#! /bin/sh
trap 'rm -f /panicboot; exit' 0 1 2 15
> /panicboot
while :; do
	sync
	sleep 1
done
