- Timestamp:
- 08/25/05 05:02:50 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7305 r7306 86 86 tabfile=$path/$base-tab 87 87 daterootfile=`date +%Y%m%d -r $rootfile` 88 dategiffile=089 88 dategiffile=`date +%Y%m%d -r $tabfile1.gif` 89 if [ "$dategiffile" != "" ] 90 then 91 $dategiffile=0 92 fi 90 93 # now=`date +%Y%m%d` 91 94 … … 104 107 X=$((X+1)) 105 108 echo "$X's step" 106 ./showplot --save-as-ps=$tabfile$X - tab=$X $rootfile109 ./showplot --save-as-ps=$tabfile$X --tab=$X $rootfile 107 110 if ! ls $tabfile$X.ps 108 111 then
Note:
See TracChangeset
for help on using the changeset viewer.