head     1.1;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     92.05.29.14.09.05;  author ram;  state Exp;
branches ;
next     ;


desc
@Script to run config.lisp
@



1.1
log
@Initial revision
@
text
@#!/bin/sh
#
# This file script invokes CMU CL with the Lisp configuration script, which
# will go into an interactive dialog to determine what systems to load.
lisp -eval '(load (open "library:config.lisp"))' -noinit
@
