| author | wenzelm | 
| Wed, 05 Dec 2012 19:08:23 +0100 | |
| changeset 50374 | 1a7cae0711d2 | 
| parent 44861 | 329ced2615eb | 
| child 50805 | 69439c9defec | 
| permissions | -rwxr-xr-x | 
| 31919 | 1 | #!/usr/bin/env bash | 
| 2 | # | |
| 3 | # Author: Makarius | |
| 4 | # | |
| 44861 
329ced2615eb
simplified default Isabelle application wrapper (NB: build process is already part of isabelle jedit tool);
 wenzelm parents: 
43540diff
changeset | 5 | # Default Isabelle application wrapper. | 
| 31919 | 6 | |
| 44861 
329ced2615eb
simplified default Isabelle application wrapper (NB: build process is already part of isabelle jedit tool);
 wenzelm parents: 
43540diff
changeset | 7 | exec "$(dirname "$0")"/bin/isabelle jedit "$@" | 
| 31919 | 8 |