summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texosquery/texosquery.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/texosquery/texosquery.sh')
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texosquery/texosquery.sh b/Master/texmf-dist/scripts/texosquery/texosquery.sh
new file mode 100755
index 00000000000..2f97a43db65
--- /dev/null
+++ b/Master/texmf-dist/scripts/texosquery/texosquery.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery.jar`
+java -jar "$jarpath" "$@"