Isabelle
author blanchet
Wed, 20 Feb 2013 08:44:24 +0100
changeset 52327 2654b3965c8d
parent 51820 69439c9defec
child 53812 f3a6b1d0915e
permissions -rwxr-xr-x
made "isar_proofs" a 3-way option, to provide a way to totally disable isar_proofs if desired
     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