Changeset 9074 for trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
- Timestamp:
- 08/03/08 18:31:21 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r9044 r9074 127 127 echo "removing temporary dir..." >> $scriptlog 2>&1 128 128 rmdir -pv $tempwebplotspath >> $scriptlog 2>&1 129 130 echo "converting $psfile to pdf..." >> $scriptlog 2>&1 131 if ps2pdf $psfile >> $scriptlog 2>&1 132 then 133 rm -v $psfile >> $scriptlog 2>&1 134 else 135 printprocesslog "WARN could not convert $psfile to pdf" 136 fi 129 137 done 130 138
Note:
See TracChangeset
for help on using the changeset viewer.