| author | traytel | 
| Thu, 09 May 2013 20:44:37 +0200 | |
| changeset 51925 | e3b7917186f1 | 
| parent 50805 | 69439c9defec | 
| child 52675 | f3a6b1d0915e | 
| 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: 
43540 
diff
changeset
 | 
5  | 
# Default Isabelle application wrapper.  | 
| 31919 | 6  | 
|
| 
50805
 
69439c9defec
prefer system build mode in main application wrappers, to produce heaps insided distribution directory;
 
wenzelm 
parents: 
44861 
diff
changeset
 | 
7  | 
exec "$(dirname "$0")"/bin/isabelle jedit -s "$@"  | 
| 31919 | 8  |