#!/bin/sh
test -f "`kpsewhich startex.fmt`" || fmtutil --byfmt startex
exec tex -fmt=startex ${1+"$@"}
