ebook-octobre-histoires-d-h.../generer_chapitres.sh
2021-10-09 19:05:05 -04:00

4 lines
No EOL
64 B
Bash

for i in {1..10}
do
touch $(printf "chapitre_%02d.md" "$i")
done