Isabelle
author traytel
Tue, 18 Sep 2012 09:15:53 +0200
changeset 50449 433dc7e028c8
parent 45733 329ced2615eb
child 51820 69439c9defec
permissions -rwxr-xr-x
separated registration of BNFs from bnf_def (BNFs are now stored only for bnf_def and (co)data commands)
wenzelm@31919
     1
#!/usr/bin/env bash
wenzelm@31919
     2
#
wenzelm@31919
     3
# Author: Makarius
wenzelm@31919
     4
#
wenzelm@45733
     5
# Default Isabelle application wrapper.
wenzelm@31919
     6
wenzelm@45733
     7
exec "$(dirname "$0")"/bin/isabelle jedit "$@"
wenzelm@31919
     8