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