#!/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://github.com/OpenTechStrategies/ots-tools/blob/master/show-lines" fi