mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
6 lines
167 B
Bash
6 lines
167 B
Bash
#!/bin/sh
|
|
# Provision of this shell script should not be taken to imply that use of
|
|
# GNU eqn with groff -Tascii|-Tlatin1 is supported.
|
|
|
|
exec @g@eqn -Tascii ${1+"$@"}
|