lib/Tools/symbolinput
author wenzelm
Tue, 16 Oct 2001 17:25:44 +0200
changeset 11801 9505bd5e9a36
parent 10555 2323ec838401
permissions -rwxr-xr-x
option -o FILE --output to FILE (ps, eps, pdf);

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