#!/usr/bin/env sh
# Thin wrapper around the installable module (context_gauge.py).
DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
exec python3 "$DIR/context_gauge.py" "$@"
