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