Changeset 7258 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 08/04/05 10:11:16 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7256 r7258 84 84 nr=bla 85 85 echo "finding the right todo-file" >> $scriptlog 2>&1 86 todofiles=`ls $listpath/ToDo-$table-$column-*` 87 88 echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&1 89 86 90 for todofile in ${todofiles[@]} 87 91 do -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7256 r7258 83 83 nr=bla 84 84 echo "finding the right todo-file" >> $scriptlog 2>&1 85 todofiles=`ls $listpath/ *`85 todofiles=`ls $listpath/ToDo-$table-$column-*` 86 86 87 87 echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&1 88 89 88 90 89 for todofile in ${todofiles[@]}
Note:
See TracChangeset
for help on using the changeset viewer.