7 lines
93 B
Bash
Executable File
7 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
# Run the domain
|
|
podman exec -ti ${CONTAINER_NAME} wwctl $@
|