Skip to content
Snippets Groups Projects

Add HTML and ZIP file to make the result section better

Merged Mostafa Hadizadeh requested to merge add-html-zip into plugin_template
2 files
+ 125
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -294,5 +294,5 @@ for ((YEAR=$START_YEAR;YEAR<END_YEAR+1;YEAR+=1)); do
}
done
wait
cd ${OUTPUT_DIR_VAR} && zip -r ${OUTPUT_DIR_VAR}/01_produced_data.zip . && cd -
echo '*** Calculation done ***'
Loading