scripts/epub2mobi.sh

3 lines
88 B
Bash
Executable File

#!/bin/bash
find . -iname "*.epub" -print0 |xargs -0 -L1 -I {} ebook-convert '{}' .mobi