Skip to content

Instantly share code, notes, and snippets.

@dosorio
Created March 10, 2018 01:11
Show Gist options
  • Save dosorio/058993014d29d021582efa355b5e7496 to your computer and use it in GitHub Desktop.
Save dosorio/058993014d29d021582efa355b5e7496 to your computer and use it in GitHub Desktop.
Convert EPUB to KINDLE
for f in *.epub
do
anytomobi --dest-profile=Kindle "$files"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment