#! /usr/bin/env bash # # Wrapper to continue reporting usage of old names of executables. # This will print an error to stderr if stdin/stdout/stderr # are all connected to a tty. It will then abort with an error # exit code. function deprecated { cat >&2 <