#!/bin/sh
echo "CrackMapExec is deprecated and has been replaced by NetExec."
echo "This binary is just an alias for nxc command."
exec nxc "$@"
