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