#!/bin/sh
set -eu
cd "$(git rev-parse --show-toplevel)"
exec python3 tools/gate.py
