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