mirror of
https://github.com/woo-j/zint.git
synced 2025-01-11 01:17:45 +03:00
11 lines
170 B
Bash
Executable File
11 lines
170 B
Bash
Executable File
#/bin/sh
|
|
|
|
rm -r ./HTML
|
|
pandoc -o manual.html manual.pmd
|
|
python3 zint_org_uk.py
|
|
rm ./chapter6.0.html
|
|
mkdir HTML
|
|
mv chapter*.html ./HTML
|
|
mv appendix*.html ./HTML
|
|
cd ./HTML
|