zint_org_uk.sh 170 B

12345678910
  1. #/bin/sh
  2. rm -r ./HTML
  3. pandoc -o manual.html manual.pmd
  4. python3 zint_org_uk.py
  5. rm ./chapter6.0.html
  6. mkdir HTML
  7. mv chapter*.html ./HTML
  8. mv appendix*.html ./HTML
  9. cd ./HTML