chore: add run.sh shell
This commit is contained in:
parent
e5ee435982
commit
eeaf8e9698
1 changed files with 6 additions and 0 deletions
6
run.sh
Executable file
6
run.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
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
|
||||||
Loading…
Add table
Reference in a new issue