Created
April 8, 2022 14:50
-
-
Save SingularReza/9f0b7fdcb37b18a8418e281b16dbf824 to your computer and use it in GitHub Desktop.
bash script to extract covers from a bunch of epubs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ls *.epub | % {7za e -y $_ cov*.jp*; mv cover*.j* ($_.name -replace "epub","jpg")} ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment