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