: scram - emergency system shutdown
:	must be invoked by super-user: # /etc/scram

echo "SCRAMMING SYSTEM!" | /etc/wall
cp /etc/ttys.nodz /etc/ttys
kill -1 1
kill 5
kill 7
sync
echo "Emergency shutdown complete." >/dev/tty8
