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