chore: pass commnand arguments for options like --log-file to collect output

This commit is contained in:
Jesús Pérex 2025-05-26 18:44:47 +01:00
parent bebb08f215
commit a4929cb448

2
run.sh
View File

@ -3,4 +3,4 @@ ROOT_PATH=${ROOT_PATH:-.}
BIN_APP_PATH=${BIN_APP_PATH:-/usr/local/bin}
cd $ROOT_PATH
$BIN_APP_PATH/dir-odt-to-pdf test/originals/ test/documents
$BIN_APP_PATH/dir-odt-to-pdf test/originals/ test/documents $@