#!/usr/bin/env zsh [[ -f ./lib.sh ]] && source ./lib.sh || exit 1 for os in ${OSBUILDS[@]} do if podman container exists ${IMAGE}:${os} then podman stop ${IMAGE}:${os} fi done if [ "$HOSTOS" = "Darwin" ] then podman machine stop ${MACHINENAME} fi