lib/Tools/symbolinput
author wenzelm
Sat, 01 Sep 2001 00:20:22 +0200
changeset 11545 0b56d9c90dcf
parent 10555 2323ec838401
permissions -rwxr-xr-x
final proofs := 0;

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