Isabelle
author wenzelm
Thu, 26 Jan 2012 22:16:45 +0100
changeset 46269 e75181672150
parent 44861 329ced2615eb
child 50805 69439c9defec
permissions -rwxr-xr-x
updated "Control and search tacticals" (moved from ref to implementation); discontinued odd trace flags that assume sequential TTY loop; discontinued obscure DETERM_UNTIL_SOLVED; discontinued obsolete chapter "Tacticals" (ref);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31919
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     1
#!/usr/bin/env bash
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     2
#
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     3
# Author: Makarius
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     4
#
44861
329ced2615eb simplified default Isabelle application wrapper (NB: build process is already part of isabelle jedit tool);
wenzelm
parents: 43540
diff changeset
     5
# Default Isabelle application wrapper.
31919
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     6
44861
329ced2615eb simplified default Isabelle application wrapper (NB: build process is already part of isabelle jedit tool);
wenzelm
parents: 43540
diff changeset
     7
exec "$(dirname "$0")"/bin/isabelle jedit "$@"
31919
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     8