Changeset 7646 for trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
- Timestamp:
- 04/21/06 19:29:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
r7501 r7646 73 73 mv -v $name.{root,ps} $webpath >> $scriptlog 2>&1 74 74 75 echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1 76 tempwebplotspath=$webpath/tempqualityplots 77 makedir $tempwebplotspath >> $scriptlog 2>&1 78 75 79 echo "producing png files: " >> $scriptlog 2>&1 76 pstoimg -antialias -flip r270 -density 100 -t ype png -multipage $psfile >> $scriptlog 2>&180 pstoimg -antialias -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage $psfile >> $scriptlog 2>&1 77 81 82 echo "removing temporary dir..." >> $scriptlog 2>&1 83 rmdir -v $tempwebplotspath >> $scriptlog 2>&1 78 84 79 85 # second part
Note:
See TracChangeset
for help on using the changeset viewer.