Nice Hamish! I love it. 2007/11/6, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Author: hamish > > Update of /grassrepository/grass6/lib/init > In directory doto:/tmp/cvs-serv31353 > > Modified Files: > init.sh > Log Message: > Gratuitous use of ASCII art > > > Index: init.sh > =================================================================== > RCS file: /grassrepository/grass6/lib/init/init.sh,v > retrieving revision 1.120 > retrieving revision 1.121 > diff -u -d -r1.120 -r1.121 > --- init.sh 6 Oct 2007 05:04:58 -0000 1.120 > +++ init.sh 6 Nov 2007 18:24:43 -0000 1.121 > @@ -9,7 +9,7 @@ > # Huidae Cho - Korea - [EMAIL PROTECTED] > # Justin Hickey - Thailand - [EMAIL PROTECTED] > # Markus Neteler - Germany/Italy - [EMAIL PROTECTED] > -# Hamish Bowman - New Zealand - hamish_nospam > at yahoo,com > +# Hamish Bowman - New Zealand - hamish_nospam at yahoo,com > # PURPOSE: The source file for this shell script is in > # src/general/init/init.sh. It sets up some environment > # variables and the lock file. It also parses any remaining > @@ -786,6 +786,13 @@ > fi > fi > > +echo ' __________ ___ __________ _______________' > +echo ' / ____/ __ \/ | / ___/ ___/ / ____/ _/ ___/' > +echo ' / / __/ /_/ / /| | \__ \\__ \ / / __ / / \__ \ ' > +echo ' / /_/ / _, _/ ___ |___/ /__/ / / /_/ // / ___/ / ' > +echo ' \____/_/ |_/_/ |_/____/____/ \____/___//____/ ' > +echo > + > if [ -f "$GISBASE/locale/$LCL/etc/welcome" ] ; then > cat "$GISBASE/locale/$LCL/etc/welcome" > else > @@ -810,6 +817,8 @@ > esac > > echo "When ready to quit enter: exit" > +echo > + > > case "$sh" in > > > > _______________________________________________ > grass-commit mailing list > [EMAIL PROTECTED] > http://grass.itc.it/mailman/listinfo/grass-commit >
-- Martin Landa <[EMAIL PROTECTED]> * http://gama.fsv.cvut.cz/~landa * _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

