Isabelle
author wenzelm
Sat, 21 Jul 2012 17:49:22 +0200
changeset 49434 6d7b6e47f3ef
parent 45733 329ced2615eb
child 51820 69439c9defec
permissions -rwxr-xr-x
save image for inner nodes only;
misc tuning and simplification;
     1 #!/usr/bin/env bash
     2 #
     3 # Author: Makarius
     4 #
     5 # Default Isabelle application wrapper.
     6 
     7 exec "$(dirname "$0")"/bin/isabelle jedit "$@"
     8