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