Changeset 7915 for trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
- Timestamp:
- 08/22/06 17:23:39 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
r7911 r7915 62 62 finish >> $scriptlog 2>&1 63 63 fi 64 echo "dates: "${dates[@]} >> $scriptlog 2>&1 65 rm -v $todofile >> $scriptlog 2>& 64 66 65 67 cd $mars 66 68 67 69 # do exclusions for each date in the todo file 68 echo "dates: "${dates[@]} >> $scriptlog 2>&169 70 for date in ${dates[@]} 70 71 do
Note:
See TracChangeset
for help on using the changeset viewer.