lib/Tools/symbolinput
author wenzelm
Mon, 06 Nov 2000 22:58:26 +0100
changeset 10409 10a1b95ce642
parent 9788 df671fa2562a
child 10555 2323ec838401
permissions -rwxr-xr-x
method 'induct' now handles non-atomic goals; improved error message; option 'stripped' deprecated;

#!/bin/bash
#
# $Id$
# Author: Markus Wenzel, TU Muenchen
# License: GPL (GNU GENERAL PUBLIC LICENSE)
#
# DESCRIPTION: translate symbols into \<...> sequences

#set by configure
AUTO_PERL=perl

exec "$AUTO_PERL" -w "$ISABELLE_HOME/lib/scripts/symbolinput.pl" "$@"