Skip to content

Instantly share code, notes, and snippets.

@zsrinivas
Last active August 29, 2015 14:01
Show Gist options
  • Save zsrinivas/b9fe89f54848a6dc3c36 to your computer and use it in GitHub Desktop.
Save zsrinivas/b9fe89f54848a6dc3c36 to your computer and use it in GitHub Desktop.
#!/bin/bash
ls *.epub > main
while read line
do
ebook-convert "$line" "$line".pdf
done < $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment