blob: ce861dc2c0d16576ccb6d96b3ad072e279d6a975 [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
7${DOCKER:=docker} exec -it aaf_cass /usr/bin/cqlsh -k authz
Instrumentalbc299c02018-09-25 06:42:31 -05008