#!/bin/sh 
# By Kurt Normark, normark@cs.auc.dk
# Copied and modified by the LAML installation process - DO NOT EDIT.
# LAML processing by means of SCM on Unix.
# Usage: laml file
# Run SCM on file from the current directory
# File is with extension
# Addaptions: Change the path to your scheme exec.
#             Change the laml-dir to your LAML directory.
#
@scheme-exec@ -v -e '(load (string-append "@laml-dir@" "laml.init"))' -f $PWD/$1 $1 $PWD/


