#!/bin/sh

PATH=/bin:/usr/bin
MSG="System is going down in 3 seconds..."

# echo 'disabled.' ; exit
touch /lib/init/stopit
chmod 100 /lib/init/stopit && echo "$MSG" | wall
/bin/sleep 3
