#!/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://code.librehq.com/ots/ots-tools/-/blob/main/find-dups" fi