lib/Tools/symbolinput
author paulson
Mon, 21 May 2001 14:53:30 +0200
changeset 11323 92eddd0914a9
parent 10555 2323ec838401
permissions -rwxr-xr-x
if_splits and split_if_asm

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