#!/bin/sh if [ -x ${HOME}/private/bin/count-committers ]; then ${HOME}/private/bin/count-committers "$@" else echo "count-committers has moved to the ots-tools repository:" echo "" echo "https://code.librehq.com/ots/ots-tools/-/blob/main/count-committers" fi