lib/Tools/symbolinput
author berghofe
Fri, 31 Aug 2001 16:28:26 +0200
changeset 11533 0c0d2332e8f0
parent 10555 2323ec838401
permissions -rwxr-xr-x
Added code generator setup.

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