Changeset 13055 for trunk/DataCheck/Processing
- Timestamp:
- 03/09/12 22:27:53 (13 years ago)
- Location:
- trunk/DataCheck/Processing
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/CheckAuxFilesAvail.sh
r13048 r13055 1 #!/bin/ sh1 #!/bin/bash 2 2 # 3 3 -
trunk/DataCheck/Processing/CheckRawData.sh
r13039 r13055 18 18 doupdate="no" # fill only entries which are not yet existing #default 19 19 20 source `dirname $0`/ Sourcefile.sh20 source `dirname $0`/../Sourcefile.sh 21 21 printprocesslog "INFO starting $0 with options doupdate="$doupdate" and skipmd5sum="$skipmd5sum 22 22 -
trunk/DataCheck/Processing/CheckRawFilesAvail.sh
r13048 r13055 1 #!/bin/ sh1 #!/bin/bash 2 2 # 3 3 -
trunk/DataCheck/Processing/FillAuxData.sh
r13040 r13055 24 24 doupdate="no" # fill only entries which are not yet existing (default) 25 25 26 source `dirname $0`/ Sourcefile.sh26 source `dirname $0`/../Sourcefile.sh 27 27 printprocesslog "INFO starting $0 with option doupdate="$doupdate 28 28
Note:
See TracChangeset
for help on using the changeset viewer.