summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/context/stubs
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/context/stubs')
-rw-r--r--Master/texmf-dist/scripts/context/stubs/mswin/luatools.bat2
-rw-r--r--Master/texmf-dist/scripts/context/stubs/mswin/mtxtools.bat2
-rw-r--r--Master/texmf-dist/scripts/context/stubs/unix/luatools2
-rw-r--r--Master/texmf-dist/scripts/context/stubs/unix/mtxtools2
4 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/context/stubs/mswin/luatools.bat b/Master/texmf-dist/scripts/context/stubs/mswin/luatools.bat
new file mode 100644
index 00000000000..383bcb113b2
--- /dev/null
+++ b/Master/texmf-dist/scripts/context/stubs/mswin/luatools.bat
@@ -0,0 +1,2 @@
+@echo off
+texmfstart luatools.lua %*
diff --git a/Master/texmf-dist/scripts/context/stubs/mswin/mtxtools.bat b/Master/texmf-dist/scripts/context/stubs/mswin/mtxtools.bat
new file mode 100644
index 00000000000..cb0b1e39e47
--- /dev/null
+++ b/Master/texmf-dist/scripts/context/stubs/mswin/mtxtools.bat
@@ -0,0 +1,2 @@
+@echo off
+texmfstart mtxtools.rb %*
diff --git a/Master/texmf-dist/scripts/context/stubs/unix/luatools b/Master/texmf-dist/scripts/context/stubs/unix/luatools
new file mode 100644
index 00000000000..cb3ec1add4a
--- /dev/null
+++ b/Master/texmf-dist/scripts/context/stubs/unix/luatools
@@ -0,0 +1,2 @@
+#!/bin/sh
+texmfstart luatools.lua "$@"
diff --git a/Master/texmf-dist/scripts/context/stubs/unix/mtxtools b/Master/texmf-dist/scripts/context/stubs/unix/mtxtools
new file mode 100644
index 00000000000..2922e0b4674
--- /dev/null
+++ b/Master/texmf-dist/scripts/context/stubs/unix/mtxtools
@@ -0,0 +1,2 @@
+#!/bin/sh
+texmfstart mtxtools.rb "$@"