mt-polygon-simplification/thesis/generate-chapters.sh

3 lines
183 B
Bash
Raw Normal View History

2019-07-28 12:03:15 +02:00
# 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