1 rm en.txt 2 bash composeBook.sh > en.txt 3 pandoc en.txt -o ./book/42_en_latest.pdf 4 git add ./book/42_en_latest.pdf 5 git commit -m "Updated edition" 6 git push