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