home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
multiuser_1.8
/
config
/
.profile
next >
Wrap
Text File
|
1995-02-27
|
402b
|
19 lines
; .profile for MultiUser Release 1.7
;
; © Copyright 1993-1994 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