#!/bin/sh set -x case "$1" in hourly) rm -f -- .http-cache/'https%3A%2F%2F'*'%2Fapi%2Fv1%2Faccounts%2F'*'%2Fstatuses%3Fexclude_reblogs%3Dtrue%26tagged%3DDailyStandUp' ;; daily|weekly) rm -rf -- .http-cache ;; esac make git -C .git-cache maintenance run --schedule="$1"