Skip to content

Instantly share code, notes, and snippets.

@andreyshuster
Created August 31, 2021 07:42
Show Gist options
  • Save andreyshuster/8d60b3977cbfea30c87832e6bbbbb3bb to your computer and use it in GitHub Desktop.
Save andreyshuster/8d60b3977cbfea30c87832e6bbbbb3bb to your computer and use it in GitHub Desktop.

Convert all ebooks in folder to mobi

for file in *.fb2; do ebook-convert "$file" "$file.mobi"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment