; .profile for MultiUser Release 1.5
;
;  Copyright 1993 Geert Uytterhoeven

; Dump the Message-of-the-day (More works on serial terminals, too!)
;
; Change 'App:MultiUser' to your configuration directory!

If EXISTS App:MultiUser/Message_Of_The_Day
   More App:MultiUser/Message_Of_The_Day
EndIf

; Execute the user's personal .profile

If EXISTS $Home/.profile
   Execute $Home/.profile
EndIf
