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