showBanner now invoked by smalltalk.rc
authorps
Tue, 15 Feb 2000 10:36:08 +0100
changeset 432 cc53b5447d56
parent 431 c8a095f71ab4
child 433 19c1315698b2
showBanner now invoked by smalltalk.rc
smalltalk.rc
--- a/smalltalk.rc	Mon Feb 14 15:32:20 2000 +0100
+++ b/smalltalk.rc	Tue Feb 15 10:36:08 2000 +0100
@@ -125,6 +125,10 @@
     Smalltalk exit
 ].
 
+((args includes:'--noBanner') or:[args includes:'-noBanner']) ifFalse:[
+    Smalltalk fileIn:'showBanner.rc'.
+].
+
 "/
 "/ map Language variable setting to known and handled
 "/ values:
@@ -563,3 +567,5 @@
 "/ ].
 !
 
+Smalltalk fileIn:'hideBanner.rc'.
+