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