#!/bin/sh if [ -x ${HOME}/private/bin/mlmatch ]; then ${HOME}/private/bin/mlmatch "$@" else echo "mlmatch lives in the ots-tools repository:" echo "" echo "https://github.com/OpenTechStrategies/ots-tools/blob/master/mlmatch" fi