2
0
Fork 0

sh.zio.pod-exec: add script

This commit is contained in:
Ducky 2023-08-15 15:50:59 +01:00
parent 6e25c52f48
commit 406f791c89
3 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
if [[ "$(realpath "$(dirname "$(realpath -s "$0")")/../../../")" == "/" ]]; then
. /usr/local/libexec/zio/helpers/bash.sh
else
. "$(dirname "$(realpath -s "$0")")/../libexec/zio/helpers/bash.sh"
fi
podman_exec $1 "${@:2}"