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