Isabelle
author wenzelm
Mon, 19 Sep 2011 22:13:51 +0200
changeset 45872 d88f7fc62a40
parent 45733 329ced2615eb
child 51820 69439c9defec
permissions -rwxr-xr-x
double clicks switch to document node buffer;
     1 #!/usr/bin/env bash
     2 #
     3 # Author: Makarius
     4 #
     5 # Default Isabelle application wrapper.
     6 
     7 exec "$(dirname "$0")"/bin/isabelle jedit "$@"
     8