|
@ -41,7 +41,7 @@ if [[ $# -gt 2 ]]; then |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# Main |
|
|
# Main |
|
|
if [[ -z $2 ]]; then |
|
|
if [[ $# -eq 1 ]]; then |
|
|
podman exec -it "$container" bash -l |
|
|
podman exec -it "$container" bash -l |
|
|
else |
|
|
else |
|
|
podman exec -it "$container" bash -c "${@:2}" |
|
|
podman exec -it "$container" bash -c "${@:2}" |
|
|