1
0
mirror of https://github.com/captn3m0/Scripts.git synced 2024-07-06 05:09:34 +00:00
scripts/epub2mobi.sh

3 lines
88 B
Bash
Raw Normal View History

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