chore: pass commnand arguments for options like --log-file to collect output
This commit is contained in:
parent
bebb08f215
commit
a4929cb448
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue