Isabelle
author Walther Neuper <neuper@ist.tugraz.at>
Tue, 17 Sep 2013 10:12:15 +0200
changeset 52108 9aaf0d0f0ce4
parent 51820 69439c9defec
child 53812 f3a6b1d0915e
permissions -rwxr-xr-x
determined main-file for mlehnfeld's master thesis
     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