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