summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/startex
blob: a9da6fdcab8f49e4276c786ef5e8ecd6157d4ff4 (plain)
1
2
3
#!/bin/sh
test -f "`kpsewhich startex.fmt`" || fmtutil --byfmt startex
exec tex -fmt=startex ${1+"$@"}