Isabelle
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 18 Jul 2013 14:31:58 +0200
changeset 52067 164befaaa9f9
parent 51820 69439c9defec
child 53812 f3a6b1d0915e
permissions -rwxr-xr-x
tuned
     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