|
||||
File indexing completed on 2024-04-06 12:01:52
0001 #!/bin/sh 0002 # 0003 # wrapper script to run DCS O2O 0004 # Last updated: Apr 21, 2017 0005 # Author: Huilin Qu 0006 # 0007 # Usage: SiStripDCS.sh JOB_NAME 0008 0009 JOBNAME=$1 0010 0011 O2O_HOME=/data/O2O/ 0012 0013 source $O2O_HOME/scripts/setStripO2O.sh $JOBNAME 0014 o2oRun_SiStripDCS.py $JOBNAME |tee -a $LOGFILE 0015 0016 # Exit with status of last command 0017 # Make sure the last command is o2oRun_SiStripDCS.py! 0018 exit $?
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |