File size: 94 Bytes
0c1c489
 
 
 
1
2
3
4
#!/bin/bash

cmd="docker run --rm -it --entrypoint bash aac_demo_dcase"
echo $cmd && eval $cmd