#
#  Shell script for compiling Common Lisp version of Analyser
#
$1 <<END_OF_LISP_INPUT
(load "mapcl")
(compile-map)
(bye)
END_OF_LISP_INPUT
