summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-17 20:40:09 +0000
committerKarl Berry <karl@freefriends.org>2021-05-17 20:40:09 +0000
commitb8c42d8dfc02f1a441b946388d6fe72749982e20 (patch)
tree895c6549f47cb9612c2f20471eb65c3fb4533cf0 /Master/texmf-dist/scripts
parent02d9f17ba92ad3f076e2dc14711462e1dfea6ec0 (diff)
musixtex (17may21)
git-svn-id: svn://tug.org/texlive/trunk@59240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/musixtex/musixflx.bat6
-rwxr-xr-xMaster/texmf-dist/scripts/musixtex/musixtex.bat6
2 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/musixtex/musixflx.bat b/Master/texmf-dist/scripts/musixtex/musixflx.bat
new file mode 100755
index 00000000000..684441ebb3d
--- /dev/null
+++ b/Master/texmf-dist/scripts/musixtex/musixflx.bat
@@ -0,0 +1,6 @@
+:: wrapper script to call musixflx.lua
+:: Usage: musixflx basename[.mx1 | .tex] [debug mode]
+:: Suggested by Tomasz Luczak (Tomek) t34www@googlemail.com
+
+@for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %*
+:end
diff --git a/Master/texmf-dist/scripts/musixtex/musixtex.bat b/Master/texmf-dist/scripts/musixtex/musixtex.bat
new file mode 100755
index 00000000000..249ae595c43
--- /dev/null
+++ b/Master/texmf-dist/scripts/musixtex/musixtex.bat
@@ -0,0 +1,6 @@
+:: wrapper script to call musixtex.lua
+:: Usage: musixtex [options] basename[.tex|.ltx|.mtx|.pmx|.aspc]
+:: Suggested by Tomasz Luczak (Tomek) t34www@googlemail.com
+
+@for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %*
+:end