Changeset 7106 for trunk/MagicSoft/Mars/datacenter/scripts/fillstar
- Timestamp:
- 05/30/05 17:28:19 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillstar
r7084 r7106 37 37 year=`date +%Y` 38 38 39 todofile= /magic/datacenter/lists/ToDo-$table-$column.txt39 todofile=$listpath/ToDo-$table-$column.txt 40 40 getstatuslogpath=$logpath/getstatus/fillstar/$year 41 41 getstatuslog=$getstatuslogpath/getstatus-fillstar-$datetime.log … … 106 106 no=`printf %08d $sequence | cut -c 0-4` 107 107 no2=`printf %08d $sequence` 108 path=" /magic/data/star/$no/$no2"108 path="$datapath/star/$no/$no2" 109 109 starfile=$path/star$no2.root 110 110 fillstarlogpath=$logpath/fillstar/$no
Note:
See TracChangeset
for help on using the changeset viewer.