
| Current Path : /bin/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //bin/convertgls2bib |
#!/bin/sh # Adapted from tlcockpit.sh to ensure the script works with cygwin scriptname=`basename "$0" .sh` jar="$scriptname.jar" jarpath=`kpsewhich --progname="$scriptname" --format=texmfscripts "$jar"` kernel=`uname -s 2>/dev/null` if echo "$kernel" | grep CYGWIN >/dev/null; then CYGWIN_ROOT=`cygpath -w /` export CYGWIN_ROOT jarpath=`cygpath -w "$jarpath"` fi exec java -jar "$jarpath" "$@"