lib/Tools/symbolinput
author wenzelm
Tue, 05 Sep 2000 18:46:36 +0200
changeset 9851 e22db9397e17
parent 9788 df671fa2562a
child 10555 2323ec838401
permissions -rwxr-xr-x
iff declarations moved to clasimp.ML;

#!/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" "$@"