Revision: | 1.2 |
Committed: | Wed Mar 17 20:07:09 2010 UTC (15 years, 1 month ago) by friis |
Content type: | application/x-sh |
Branch: | MAIN |
Changes since 1.1: | +3 -3 lines |
Log Message: | Move main.tex to correct place, fixing setup.sh |
# | User | Rev | Content |
---|---|---|---|
1 | friis | 1.1 | #!/bin/zsh |
2 | |||
3 | friis | 1.2 | basedir=/Users/friis/Documents/Publications/Tanc_Note/ |
4 | friis | 1.1 | |
5 | friis | 1.2 | #echo "Setting CVSROOT" |
6 | #export CVSROOT=:gserver:isscvs.cern.ch:/local/reps/tdr | ||
7 | friis | 1.1 | |
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` |