ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
Friis
/
TancNote
/
setup.sh
Revision:
1.1
Committed:
Wed Mar 17 20:01:25 2010 UTC
(15 years, 1 month ago) by
friis
Content type:
application/x-sh
Branch:
MAIN
Log Message:
First commit
File Contents
#
User
Rev
Content
1
friis
1.1
#!/bin/zsh
2
3
basedir=`dirname $PWD/$0`
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`