lib/Tools/symbolinput
author oheimb
Tue, 30 Jan 2001 18:48:33 +0100
changeset 11001 6754fa0f2af7
parent 10555 2323ec838401
permissions -rwxr-xr-x
corrected file name suffixes

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