Skip to content

Instantly share code, notes, and snippets.

@SingularReza
Created April 8, 2022 14:50
Show Gist options
  • Select an option

  • Save SingularReza/9f0b7fdcb37b18a8418e281b16dbf824 to your computer and use it in GitHub Desktop.

Select an option

Save SingularReza/9f0b7fdcb37b18a8418e281b16dbf824 to your computer and use it in GitHub Desktop.
bash script to extract covers from a bunch of epubs
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