home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
new
/
comm
/
bbs
/
eazybbs
/
c
/
unseteazymailall.sh
< prev
next >
Wrap
Text File
|
1993-07-12
|
263b
|
17 lines
# cshell script
echo Clear UUMAIL: from EazyBBS folders ...
#resident `which unspace`
cd mb_user:
foreach user ( * ) {
set username = `mb:c/unspace $user`
echo Removing uumail:$username
#rm -q uumail:$username
}
dswap
#resident -r unspace >nil:
echo Done.