3 lines
104 B
Plaintext
3 lines
104 B
Plaintext
6 years ago
|
#!/bin/sh
|
||
|
podman run -it --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow
|