Instrumental | 9405361 | 2018-10-08 11:27:18 -0500 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | # Pull in AAF Env Variables from AAF install | ||||
4 | if [ -e ../../docker/d.props ]; then | ||||
5 | . ../../docker/d.props | ||||
6 | fi | ||||
7 | DOCKER=${DOCKER:-docker} | ||||
8 | |||||
9 | $DOCKER exec -it aaf_cass bash | ||||
Instrumental | df9e827 | 2018-04-05 20:52:32 -0500 | [diff] [blame] | 10 |