mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-26 16:48:54 +01:00
5 lines
204 B
Plaintext
5 lines
204 B
Plaintext
|
#!/bin/sh
|
||
|
calibre-server --port 8099 --num-per-page 100 --userdb /home/mf/CalibreUsers.sqlite --log /home/mf/CalibreServer.log --daemonize /home/mf/'Calibre Library'
|
||
|
echo "Calibre Server started."
|
||
|
exit 0
|