scripts/epub2mobi.sh

3 lines
88 B
Bash
Raw Permalink Normal View History

2017-01-30 10:46:29 +00:00
#!/bin/bash
find . -iname "*.epub" -print0 |xargs -0 -L1 -I {} ebook-convert '{}' .mobi