#!/bin/sh
## line 3 is changed automatically!
emapath=../EMA-XPS      ## relative to `src' directory!

## with CLISP use:
exec $emapath/lib/lisp.run -q -M $emapath/lib/rema-xps.mem "$@"

## with Allegro CL 4.1 use:
#exec $emapath/lib/rema-xps.mem $*

### eof
