Support --input-file-grp/-I command line parameter

This commit is contained in:
Gerber, Mike 2020-03-09 12:26:38 +01:00
parent 9e80926eb2
commit 78f632a523
4 changed files with 17 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
# Run the my_ocrd_workflow container on the current workspace
DOCKER_IMAGE=mikegerber/my_ocrd_workflow:stable `dirname $0`/run
DOCKER_IMAGE=mikegerber/my_ocrd_workflow:stable `dirname $0`/run "$@"