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