Changeset 3133
- Timestamp:
- 02/25/10 07:49:13 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/report.sh
r3132 r3133 187 187 if [ -e matlaberror.log ] 188 188 then 189 cat << END > matlaberror.html189 cat << END > matlaberror.html 190 190 <table $H2_STYLE><tr><td $H2_FONT>Matlab error</td></tr></table> 191 191 <table $MATLAB_STYLE><tr><td $MATLAB_FONT> … … 205 205 206 206 #concatenate files 207 cat summary.html content.html matlaberror.html footer.html > report.html207 cat summary.html content.html matlaberror.html footer.html > report.html 208 208 rm summary.html content.html footer.html matlaberror.html matlab.log
Note:
See TracChangeset
for help on using the changeset viewer.