xref: /netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/neqn.sh (revision 89a07cf815a29524268025a1139fac4c5190f765)
1#! /bin/sh
2# Provision of this shell script should not be taken to imply that use of
3# GNU eqn with groff -Tascii|-Tlatin1|-Tutf8|-Tcp1047 is supported.
4
5@GROFF_BIN_PATH_SETUP@
6PATH="$GROFF_RUNTIME$PATH"
7export PATH
8exec @g@eqn -Tascii ${1+"$@"}
9
10# eof
11