#!/bin/sh
set -eu
command_name="$(basename "$0")"
exec python3 -m csetty.container_bridge "$command_name" "$@"

