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