added epub to mobi exporter script
This commit is contained in:
parent
9c89b02028
commit
efe3a2ce14
5
epub-to-mobi.sh
Executable file
5
epub-to-mobi.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
for file in (find -type f | grep epub | grep -v "epub-to-mobi" | sed 's/\.[^.]*$//')
|
||||
ebook-convert $file.epub $file.mobi
|
||||
end
|
Reference in New Issue
Block a user