mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-14 01:48:48 +01:00
5 lines
204 B
Bash
Executable File
5 lines
204 B
Bash
Executable File
#!/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
|