Isabelle
author wenzelm
Thu, 17 Jan 2013 18:23:10 +0100
changeset 51976 d64bc889f7d6
parent 51820 69439c9defec
child 53812 f3a6b1d0915e
permissions -rwxr-xr-x
copy Cygwin-Latex-Setup.bat;
     1 #!/usr/bin/env bash
     2 #
     3 # Author: Makarius
     4 #
     5 # Default Isabelle application wrapper.
     6 
     7 exec "$(dirname "$0")"/bin/isabelle jedit -s "$@"
     8