summaryrefslogtreecommitdiffstats
path: root/arch/mingw/neqn.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mingw/neqn.cmd')
-rw-r--r--arch/mingw/neqn.cmd6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mingw/neqn.cmd b/arch/mingw/neqn.cmd
new file mode 100644
index 0000000..d501692
--- /dev/null
+++ b/arch/mingw/neqn.cmd
@@ -0,0 +1,6 @@
+@echo off
+setlocal
+set Path=%~dp0;%Path%
+if not "%GROFF_BIN_PATH%" == "" set Path=%GROFF_BIN_PATH%;%Path%
+eqn -Tascii %*
+endlocal