#!/bin/bash
# Re-eat /usr/share/dict/words → pure ASM corpus
set -e
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
exec python3 "$ROOT/Build/eat_dict.py" "$@"
