Isabelle
author blanchet
Fri, 20 Jul 2012 22:19:46 +0200
changeset 49404 65679f12df4c
parent 45733 329ced2615eb
child 51820 69439c9defec
permissions -rwxr-xr-x
eliminated special handling of init case, now that "mash.py" has been optimized to handle sequences of add gracefully
     1 #!/usr/bin/env bash
     2 #
     3 # Author: Makarius
     4 #
     5 # Default Isabelle application wrapper.
     6 
     7 exec "$(dirname "$0")"/bin/isabelle jedit "$@"
     8