ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MRovere/ReferencePythonCLI/DQMPreAssembleExe.sh
Revision: 1.1
Committed: Wed May 23 09:46:46 2012 UTC (12 years, 11 months ago) by erosales
Content type: application/x-sh
Branch: MAIN
Log Message:
Script to start the DQMPreAssembleReferenceHistos.py using  DQM GUI env and a valid proxy.

File Contents

# User Rev Content
1 erosales 1.1 #!/bin/sh
2    
3     . /afs/cern.ch/cms/LCG/LCG-2/UI/cms_ui_env.sh
4     . /afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/ReferenceHistogramProducer/CMSSW_4_2_4_patch1/src/ReferencePythonCLI/testGui/current/apps/dqmgui/etc/profile.d/env.sh
5     voms-proxy-init
6     python DQMPreAssembleReferenceHistos.py -x $1
7