Isabelle
author wenzelm
Wed, 20 Feb 2013 11:40:30 +0100
changeset 52363 1973089f1dba
parent 51820 69439c9defec
child 53812 f3a6b1d0915e
permissions -rwxr-xr-x
proper check of Proof.is_relevant (again, cf. c3e99efacb67 and df8fc0567a3d);
     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