1
2
3
4
5
#!/bin/zsh
setopt no_unset extended_glob warn_create_global
container=$1
shift || exit $?
exec c.exec $container.$USER "$@"