blob: b352a35c9fa01df74cbad264dffa0dbf487c0017 [file] [log] [blame]
Instrumental94053612018-10-08 11:27:18 -05001#!/bin/bash
2
3# Pull in AAF Env Variables from AAF install
4if [ -e ../../docker/d.props ]; then
5 . ../../docker/d.props
6fi
7DOCKER=${DOCKER:-docker}
8
9$DOCKER exec -it aaf_cass bash
Instrumentaldf9e8272018-04-05 20:52:32 -050010