Changeset 7106 for trunk/MagicSoft/Mars/datacenter/scripts/runstar
- Timestamp:
- 05/30/05 17:28:19 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7051 r7106 38 38 pno=24 # number of processes, i.e. number of todo-files 39 39 40 todofile= /magic/datacenter/lists/ToDo-$table-$column40 todofile=$listpath/ToDo-$table-$column 41 41 getstatuslogpath=$logpath/getstatus/star/$year 42 42 getstatuslog=$getstatuslogpath/getstatus-star-$datetime.log … … 169 169 no=`printf %08d $sequence | cut -c 0-4` 170 170 no2=`printf %08d $sequence` 171 outpath=" /magic/data/star/$no/$no2"171 outpath="$datapath/star/$no/$no2" 172 172 inpath=`echo $outpath | sed -e 's/star/callisto/'` 173 173 echo "inpath: "$inpath >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.