#!/bin/sh
test -f "`kpsewhich mex.fmt`" || fmtutil --byfmt mex
exec tex -fmt=mex "$@"
