Changeset 18392 for trunk/DataCheck/QuickLook
- Timestamp:
- 12/29/15 20:38:43 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/RunCallisto.sh
r18268 r18392 26 26 delays="resources/delays-20150217.txt" 27 27 drstimefiles=`ls $drstimepath | sort` 28 night=`basename $3 | cut -c 1-8` 28 29 for drstimefile in $drstimefiles 29 30 do 30 num=` echo$drstimefile | cut -c 1-8`31 num=`basename $drstimefile | cut -c 1-8` 31 32 if [ $num -gt $night ] 32 33 then
Note:
See TracChangeset
for help on using the changeset viewer.