#!/bin/bash cmd="docker run --rm -it --entrypoint bash aac_demo_dcase" echo $cmd && eval $cmd