Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.147.27.154
Current Path : /usr/bin/ |
| Current File : //usr/bin/texosquery-jre8 |
#!/bin/sh
kernel=`uname -s`
if test "${kernel#*CYGWIN}" != "$kernel"
then
jarpath=`cygpath -w $(kpsewhich --progname=texosquery --format=texmfscripts texosquery-jre8.jar)`
else
jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery-jre8.jar`
fi
java -Djava.locale.providers=CLDR,JRE -jar "$jarpath" "$@"
|