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