Changeset 7915 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 08/22/06 17:23:39 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7912 r7915 91 91 finish >> $scriptlog 2>&1 92 92 fi 93 echo "sequences: "${sequences[@]} >> $scriptlog 2>&1 94 rm -v $todofile >> $scriptlog 2>& 93 95 94 96 cd $mars 95 97 96 98 # run calibration for sequence(s) 97 echo "sequences: "${sequences[@]} >> $scriptlog 2>&198 99 for sequence in ${sequences[@]} 99 100 do
Note:
See TracChangeset
for help on using the changeset viewer.