ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/sourceMeToSetupCBAF.sh
Revision: 1.1
Committed: Fri Feb 17 07:59:33 2012 UTC (13 years, 2 months ago) by buchmann
Content type: application/x-sh
Branch: MAIN
Log Message:
added (currently VERY short) setup script

File Contents

# User Rev Content
1 buchmann 1.1 #/bin/bash
2     source /swshare/ROOT/thisroot.sh
3    
4     echo -e "\033[32m _____ ____ ______ \033[0m";
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 "\n\n"
12     echo -e "\033[32m the latest version of root has been set up; cbaf is ready :-)\033[0m \n\n";
13