#!/bin/sh
if [ -f /run/git-keeper.motd ]; then
    cat /run/git-keeper.motd
else
    echo "(git-keeper motd timer hasn't been triggered yet)"
fi
