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

  1. # cshell script
  2.  
  3. echo Install EazyBBS folders in UUMAIL: ...
  4. #resident `which unspace`
  5. cd mb_user:
  6.  
  7. foreach user ( * ) {
  8.     set username = `mb:c/unspace $user`
  9.     echo Installing uumail:$username
  10.     if -nf uumail:$username
  11.         echo forward to \|mail2eazy \"$user\" >uumail:$username
  12.     endif
  13. }
  14.  
  15. dswap
  16. #resident -r unspace >nil:
  17. echo Done.
  18.  
  19.