Skip to content

Instantly share code, notes, and snippets.

@uvegla
Created May 29, 2017 19:43
Show Gist options
  • Save uvegla/ca46e2194ec5e40fbbf7f7a427880b3e to your computer and use it in GitHub Desktop.
Save uvegla/ca46e2194ec5e40fbbf7f7a427880b3e to your computer and use it in GitHub Desktop.
#!/bin/sh
soffice --convert-to txt *.doc --headless
find *txt | awk -F".txt" '{print $1}' | xargs -P 4 -I {} ebook-convert {}.txt {}.epub --no-default-epub-cover
rm *txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment