User Tools

Site Tools


root:splash
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


root:splash [2010/11/09 16:12] (current) – created nchiap
Line 1: Line 1:
 +====== Splash Screen ======
 +You can get rid of the splash screen when starting root by using the **-l** flag:
 +<code>
 +$ root -l
 +</code>
  
 +You might want to set this as an alias in your shells rc-file (.cshrc, .bashrc)
 +<code>
 +alias root='root -l' # bash
 +alias root 'root -l' # csh
 +</code>
root/splash.txt · Last modified: 2010/11/09 16:12 by nchiap