home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / comm / bbs / eazybbs / c / unseteazymailall.sh < prev    next >
Text File  |  1993-07-12  |  263b  |  17 lines

  1. # cshell script
  2.  
  3. echo Clear UUMAIL: from EazyBBS folders ...
  4. #resident `which unspace`
  5. cd mb_user:
  6.  
  7. foreach user ( * ) {
  8.     set username = `mb:c/unspace $user`
  9.     echo Removing uumail:$username
  10.     #rm -q uumail:$username
  11. }
  12.  
  13. dswap
  14. #resident -r unspace >nil:
  15. echo Done.
  16.  
  17.