ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
RateMonShiftTool_dev
/
runRateMon.sh
Revision:
1.2
Committed:
Wed Oct 31 16:27:21 2012 UTC
(12 years, 6 months ago) by
awoodard
Content type:
application/x-sh
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.1
:
+0 -0 lines
State:
FILE REMOVED
Log Message:
depreciated
File Contents
#
Content
1
#!/bin/bash
2
3
while true; do
4
5
clear
6
echo -n "Script was last run "
7
date
8
9
/nfshome0/slaunwhj/RateMon/stable/RateMonitorShifter.py --CompareRun=167102 --ConfigFile="$PWD/allLumis.cfg"
10
11
sleep 30s
12
13
done