ebook-template/export.sh
2023-05-03 17:00:36 -04:00

5 lines
No EOL
108 B
Bash
Executable file

#!/bin/sh
rm book.epub
7za a "book.epub" mimetype
7za a "book.epub" "META-INF/*"
7za a "book.epub" Content/*