blob: cdebbc8d6e5d9da7de0d11df416374369c4caa5c [file] [log] [blame]
Instrumentalbc299c02018-09-25 06:42:31 -05001#!/bin/bash
2cd /opt/app/cass_init
3if [ -e dat.gz ]; then
4 tar -xvf dat.gz
5else
6 echo "No data files"
7fi