#!/bin/bash
#
# $Id: symbolinput,v 1.5 1999/01/12 11:17:56 wenzelm Exp $
#
# DESCRIPTION: translate symbols into \<...> sequences

#set by configure
AUTO_PERL=perl

exec $AUTO_PERL -w $ISABELLE_HOME/lib/scripts/symbolinput.pl "$@"
