ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Friis/TancNote/setup.sh
Revision: 1.3
Committed: Thu Apr 29 23:55:19 2010 UTC (15 years ago) by friis
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
Error occurred while calculating annotation data.
Log Message:
First version uploaded to iCMS

File Contents

# Content
1 #!/bin/zsh
2
3 basedir=../../../..
4
5 #echo "Setting CVSROOT"
6 #export CVSROOT=:gserver:isscvs.cern.ch:/local/reps/tdr
7
8 echo "Adding tdr commands to path"
9 export PATH=$basedir/notes:$PATH
10
11 echo "Setting up tdr runtime"
12 eval `tdr runtime -sh`