Browse Source

Merge branch 'master' of ssh://git.alemor.org:4323/mar/container

feature/startup-from-labels
Mario Alegre 5 years ago
parent
commit
a5e6cb75ac
  1. 2
      .install/bin/pdm-shell

2
.install/bin/pdm-shell

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

Loading…
Cancel
Save