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