mt-polygon-simplification/thesis/generate-chapters.sh
2019-07-28 12:03:15 +02:00

3 lines
183 B
Bash
Executable File

# for i in $(ls chapters); do printf '\\input{chapters/%s}\n\\newpage\n\n' $i; done > chapters.tex
for i in $(ls chapters); do printf '\\input{chapters/%s}\n' $i; done > chapters.tex