#!/usr/bin/env bash
set -euo pipefail
exec "$(dirname "$0")/cctally" report --sync-current "$@"
