mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01:00
Renamed to calibre-server
This commit is contained in:
parent
8ca83a025b
commit
432e5e4d13
@ -1,4 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Syntax: ./calibre-server
|
||||
# Description: starts a Calibre server
|
||||
# Author: Markus Fleschutz
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
|
||||
echo "Starting Calibre Server ..."
|
||||
calibre-server --port 8099 --num-per-page 100 --userdb $HOME/CalibreUsers.sqlite --log $HOME/CalibreServer.log --daemonize $HOME/'Calibre Library'
|
||||
echo "OK - Calibre Server started."
|
Loading…
Reference in New Issue
Block a user