#!/bin/bash if [[ -z $1 ]]; then echo "Usage: $0 container" exit 1 fi podman exec -it $1 su -l root