Initial commit.
This commit is contained in:
21
de_som_forsvinner_i_taaken/create-epub.sh
Executable file
21
de_som_forsvinner_i_taaken/create-epub.sh
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PATH=/bin:/usr/bin
|
||||
|
||||
pandoc -o book.epub --metadata-file=epub-metadata.yaml \
|
||||
chapter_00-introduction.md \
|
||||
chapter_01.md \
|
||||
chapter_02.md \
|
||||
chapter_03.md \
|
||||
chapter_04.md \
|
||||
chapter_05.md \
|
||||
chapter_06.md \
|
||||
chapter_07.md \
|
||||
chapter_08.md \
|
||||
chapter_09.md \
|
||||
chapter_10.md \
|
||||
chapter_11.md \
|
||||
chapter_12.md \
|
||||
chapter_13.md \
|
||||
chapter_14.md \
|
||||
chapter_15.md
|
Reference in New Issue
Block a user