#!/usr/bin/env bash
#MISE description="Generate pkl/Builtins.pkl from all builtins/*.pkl files"
set -euo pipefail
python3 scripts/gen_builtins.py
