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