Sony PRS-650 Reader Touch Edition: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) m New page: ebook-convert "San Francisco Chronicle".recipe /tmp/sf_chronicle.epub ebook-convert "The Nation".recipe /tmp/the_nation.epub ebook-convert "The Guardian / The Observer".recipe /tmp/The_Gua... |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
ebook-convert "San Francisco Chronicle".recipe /tmp/sf_chronicle.epub | ebook-convert "San Francisco Chronicle".recipe /tmp/sf_chronicle.epub | ||
ebook-convert "The Nation".recipe /tmp/the_nation.epub | ebook-convert "The Nation".recipe /tmp/the_nation.epub | ||
ebook-convert "The Guardian / The Observer".recipe /tmp/The_Guardian.epub | ebook-convert "The Guardian / The Observer".recipe /tmp/The_Guardian.epub | ||
ebook-convert "Christian Science Monitor".recipe /tmp/CSM.epub | ebook-convert "Christian Science Monitor".recipe /tmp/CSM.epub | ||
cd /tmp | cd /tmp | ||
foreach pub in *.epub | foreach pub in *.epub | ||
do | do | ||
echo calibredb add --with-library /home/bwilson/CalibreLibrary $pub | echo calibredb add --with-library /home/bwilson/CalibreLibrary $pub | ||
done | done |
Revision as of 16:28, 1 February 2011
ebook-convert "San Francisco Chronicle".recipe /tmp/sf_chronicle.epub ebook-convert "The Nation".recipe /tmp/the_nation.epub ebook-convert "The Guardian / The Observer".recipe /tmp/The_Guardian.epub ebook-convert "Christian Science Monitor".recipe /tmp/CSM.epub cd /tmp foreach pub in *.epub do echo calibredb add --with-library /home/bwilson/CalibreLibrary $pub done