#! /usr/bin/env bash

set -o errexit
set -o nounset
set -o pipefail

/usr/local/bin/create-crontab && exec cron -f
