#!/usr/bin/env bash
# Wrapper so `imagegen` can be on PATH without .py extension.
exec /opt/homebrew/bin/python3 "$(dirname "$0")/imagegen.py" "$@"
