5 lines
115 B
Bash
Executable file
5 lines
115 B
Bash
Executable file
#!/bin/bash
|
|
hugo --cleanDestinationDir
|
|
cd public
|
|
rm -f ../ebook.epub
|
|
zip -rX ../ebook.epub mimetype OEBPS META-INF
|