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