Isabelle
author wenzelm
Sat, 10 Sep 2011 13:41:03 +0200
changeset 44861 329ced2615eb
parent 43540 71aba8ee3b8f
child 50805 69439c9defec
permissions -rwxr-xr-x
simplified default Isabelle application wrapper (NB: build process is already part of isabelle jedit tool);

#!/usr/bin/env bash
#
# Author: Makarius
#
# Default Isabelle application wrapper.

exec "$(dirname "$0")"/bin/isabelle jedit "$@"