Isabelle
author wenzelm
Tue, 30 Jul 2013 18:19:16 +0200
changeset 52798 9d3c9862d1dd
parent 52675 f3a6b1d0915e
permissions -rwxr-xr-x
recovered delay for Document.start_execution (see also 627fb639a2d9), which potentially improves throughput when many consecutive edits arrive;
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
52675
f3a6b1d0915e more self-contained application, with side-entry for init;
wenzelm
parents: 50805
diff changeset
     7
exec "$(dirname "$0")"/bin/isabelle jedit -s -- "$@"
31919
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     8