mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Starting unoconv listener"
|
|
unoconv -l &
|
|
|
|
/opt/docspell-joex/bin/docspell-joex "$@"
|