From: David Vázquez Date: Tue, 4 Jun 2013 02:23:29 +0000 (+0100) Subject: Simple script to bootstrap JSCL X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=4e3a5bfcfd636e01c18c2f7e33bc7554943f6b62;p=jscl.git Simple script to bootstrap JSCL --- diff --git a/make.sh b/make.sh new file mode 100755 index 0000000..3dd4df3 --- /dev/null +++ b/make.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +sbcl --load 'jscl.lisp' --eval '(jscl:bootstrap)' --eval '(quit)'