bin/isabelle
author wenzelm
Sat, 08 Sep 2001 20:00:31 +0200
changeset 11550 915c5de6480f
parent 10905 e23abeef8150
child 11566 94d2d6531c57
permissions -rwxr-xr-x
smart selection of isabelle-process versus isabelle-interface;

#!/usr/bin/env bash
#
# $Id$
# Author: Markus Wenzel, TU Muenchen
# License: GPL (GNU GENERAL PUBLIC LICENSE)
#
# Smart selection of isabelle-process versus isabelle-interface.

THIS=$(cd "$(dirname "$0")"; pwd)
NAME="$(basename "$0")"

PRG=isabelle-interface
[ "$NAME" = isabelle ] && PRG=isabelle-process

exec "$THIS/$PRG" "$@"