ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/sourceMeToSetupCBAF.sh
Revision: 1.2
Committed: Mon Apr 29 10:20:13 2013 UTC (12 years ago) by buchmann
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +11 -9 lines
Log Message:
making sure that the latest root version is used

File Contents

# User Rev Content
1 buchmann 1.1 #/bin/bash
2     source /swshare/ROOT/thisroot.sh
3    
4 buchmann 1.2 if [[ $1 != "quiet" ]]; then
5     echo -e "\033[32m _____ ____ ______ \033[0m";
6     echo -e "\033[32m / ____| _ \ /\ | ____| \033[0m";
7     echo -e "\033[32m| | | |_) | / \ | |__ \033[0m";
8     echo -e "\033[32m| | | _ < / /\ \ | __| \033[0m";
9     echo -e "\033[32m| |____| |_) / ____ \| | \033[0m";
10     echo -e "\033[32m \_____|____/_/ \_\_| \033[0m";
11     echo -e "\033[32m \033[0m";
12     echo -e "\n\n"
13     echo -e "\033[32m the latest version of root has been set up; cbaf is ready :-)\033[0m \n\n";
14     fi
15 buchmann 1.1