lib/Tools/symbolinput
author wenzelm
Mon, 22 May 2000 16:03:43 +0200
changeset 8921 7c04c98132c4
parent 6082 590f9e3bf4d8
child 9788 df671fa2562a
permissions -rwxr-xr-x
* Pure: changed syntax of local blocks from {{ }} to { }; * Pure: syntax of sorts made inner, i.e. have to write "{a, b, c}";

#!/bin/bash
#
# $Id$
#
# DESCRIPTION: translate symbols into \<...> sequences

#set by configure
AUTO_PERL=perl

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