Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bakaiadam/e5437d4b5a612979d0d499df07c48d3f to your computer and use it in GitHub Desktop.
Save bakaiadam/e5437d4b5a612979d0d499df07c48d3f to your computer and use it in GitHub Desktop.
useful scripts
convert_files_to_mobi()
{
for i in *.pdf *.djvu *.epub ; do ebook-convert "$i" "${i}.mobi";done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment