summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texosquery
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-07-08 21:46:04 +0000
committerKarl Berry <karl@freefriends.org>2016-07-08 21:46:04 +0000
commit355a127454c52c9b592631e0b60a1e7d567960de (patch)
treea4203d9a4e308758f7315be87b28053da7df9f55 /Master/texmf-dist/scripts/texosquery
parent625406d67c04aff1f4f94c6120aa8d14b2252708 (diff)
texosquery (8jul16)
git-svn-id: svn://tug.org/texlive/trunk@41663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texosquery')
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery4
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery.jarbin0 -> 6548 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texosquery/texosquery b/Master/texmf-dist/scripts/texosquery/texosquery
new file mode 100755
index 00000000000..2f97a43db65
--- /dev/null
+++ b/Master/texmf-dist/scripts/texosquery/texosquery
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery.jar`
+java -jar "$jarpath" "$@"
diff --git a/Master/texmf-dist/scripts/texosquery/texosquery.jar b/Master/texmf-dist/scripts/texosquery/texosquery.jar
new file mode 100755
index 00000000000..d56b681bbe1
--- /dev/null
+++ b/Master/texmf-dist/scripts/texosquery/texosquery.jar
Binary files differ