Skip to content

Instantly share code, notes, and snippets.

@zsrinivas
Created May 17, 2014 18:41
Show Gist options
  • Save zsrinivas/c4ec84bce5c616dba1a7 to your computer and use it in GitHub Desktop.
Save zsrinivas/c4ec84bce5c616dba1a7 to your computer and use it in GitHub Desktop.
#!/bin/bash
ls *.epub > main
while read line
do
name=$line
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