home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / SBIN / BRC < prev    next >
Text File  |  1993-11-25  |  135b  |  8 lines

  1. #!/bin/sh
  2. #
  3. # /etc/brc.. This script gets run just before the system is down.
  4. #
  5. echo Unmounting file systems.....
  6. umount -a
  7. echo Done.
  8.