#!/usr/bin/bash
echo "accumulo-shell script is deprecated. Use 'accumulo shell' instead." 1>&2
/usr/bin/accumulo shell "$@"
