#!/bin/sh
DIR="$(dirname "$0")"
python3 "$DIR/gitstats.py" "$@"


