5 lines
No EOL
108 B
Bash
Executable file
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/* |