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