Merge https://github.com/pnathan/jscl into nbutlast
[jscl.git] / make.sh
1 #!/bin/sh
2
3 BASE=`dirname $0`
4
5 sbcl --load "$BASE/jscl.lisp" --eval '(jscl:bootstrap)' --eval '(quit)'