ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HFmon2012/test/runAll.sh
Revision: 1.1
Committed: Tue Feb 28 12:48:30 2012 UTC (13 years, 2 months ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Log Message:
update

File Contents

# User Rev Content
1 yilmaz 1.1 #!/bin/sh
2    
3     for run in 180633 180634 180636 180638
4     do
5     cat raddamAnalyzer.py | sed "s/___RUN___/$run/g" > cfg$run.py
6     cmsRun cfg$run.py
7     done
8    
9    
10    
11