3 lines
105 B
Bash
3 lines
105 B
Bash
|
#!/bin/sh
|
||
|
podman run --mount type=bind,src=config/,target=/config -t --rm --name pass_helper pass_helper
|