home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 1
/
BUGCD1996_0708.ISO
/
pc
/
util
/
minilin
/
minilin.exe
/
SBIN
/
BRC
< prev
next >
Wrap
Text File
|
1993-11-25
|
135b
|
8 lines
#!/bin/sh
#
# /etc/brc.. This script gets run just before the system is down.
#
echo Unmounting file systems.....
umount -a
echo Done.