View Single Post
Old 08-05-2009, 10:56 PM   #24
rogue_ronin
Banned
rogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-books
 
Posts: 475
Karma: 796
Join Date: Sep 2008
Location: Honolulu
Device: Nokia 770 (fbreader)
I think this will do it on linux:

Code:
#!/bin/bash
#Start Calibre as a portable app

export CALIBRE_CONFIG_DIRECTORY=`pwd`/config
cd calibre
calibre --with-library ../calibre-db
And I think you mean ... and config files in config. Not:

Quote:
Your book database will be in the calibre-db folder and config files in calibre-db.
m a r
rogue_ronin is offline   Reply With Quote