nesi / APSIM-HPC

Deploy APSIM (Agricultural Production Systems sIMulator - https://www.apsim.info/) on high performance computing clusters.
MIT License
0 stars 0 forks source link

fix recursive concatenation #18

Closed DininduSenanayake closed 1 month ago

DininduSenanayake commented 1 month ago

Script now looks for a marker ("\n\n# ") in the existing content of the main README.md file. This marker indicates where the subdirectory content begins.

This approach ensures that:

To use this script effectively, make sure that main README.md file has a clear separation between its original content and the content from subdirectories. The script uses the first occurrence of a line starting with "# " (after a blank line) as the marker for where subdirectory content begins.