#!/bin/sh
#
# /etc/brc.. This script gets run just before the system is down.
#
echo Unmounting file systems.....
umount -a
echo Done.
