#!/bin/sh cd ~/.ssh git ls-files . | grep -q . || exit 0 echo Triggering remake of SSH config… >&2 exec make -s