diff options
Diffstat (limited to 'Master/texmf-dist/scripts/context/stubs/unix')
-rw-r--r-- | Master/texmf-dist/scripts/context/stubs/unix/luatools | 2 | ||||
-rw-r--r-- | Master/texmf-dist/scripts/context/stubs/unix/mtxtools | 2 |
2 files changed, 4 insertions, 0 deletions
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 "$@" |