home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / os20 / util / multiuser / config / .profile next >
Text File  |  1993-12-21  |  396b  |  18 lines

  1. ; .profile for MultiUser Release 1.5
  2. ;
  3. ; © Copyright 1993 Geert Uytterhoeven
  4.  
  5. ; Dump the Message-of-the-day (More works on serial terminals, too!)
  6. ;
  7. ; Change 'App:MultiUser' to your configuration directory!
  8.  
  9. If EXISTS App:MultiUser/Message_Of_The_Day
  10.    More App:MultiUser/Message_Of_The_Day
  11. EndIf
  12.  
  13. ; Execute the user's personal .profile
  14.  
  15. If EXISTS $Home/.profile
  16.    Execute $Home/.profile
  17. EndIf
  18.